From fmysh@quad.dyndns.org  Mon Dec 27 12:06:46 2004
Return-Path: <fmysh@quad.dyndns.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0356316A4CF
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 27 Dec 2004 12:06:46 +0000 (GMT)
Received: from prime.quad.dyndns.org (12.57.138.210.xn.2iij.net [210.138.57.12])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2D40F43D39
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 27 Dec 2004 12:06:45 +0000 (GMT)
	(envelope-from fmysh@quad.dyndns.org)
Received: from localhost (localhost [127.0.0.1])
	by prime.quad.dyndns.org (Postfix) with ESMTP id 028F4F1974
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 27 Dec 2004 21:06:44 +0900 (JST)
Received: from prime.quad.dyndns.org ([127.0.0.1])
 by localhost (prime.quad.dyndns.org [127.0.0.1]) (amavisd-new, port 10024)
 with LMTP id 00692-05 for <FreeBSD-gnats-submit@freebsd.org>;
 Mon, 27 Dec 2004 21:06:35 +0900 (JST)
Received: by prime.quad.dyndns.org (Postfix, from userid 1001)
	id AC591F196C; Mon, 27 Dec 2004 21:06:35 +0900 (JST)
Message-Id: <20041227120635.AC591F196C@prime.quad.dyndns.org>
Date: Mon, 27 Dec 2004 21:06:35 +0900 (JST)
From: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Reply-To: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
To: FreeBSD-gnats-submit@freebsd.org
Subject: change xntpd to ntpd in /etc/*
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         75538
>Category:       conf
>Synopsis:       change xntpd to ntpd in /etc/*
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 27 12:10:27 GMT 2004
>Closed-Date:    Wed Dec 29 22:18:45 GMT 2004
>Last-Modified:  Wed Dec 29 22:18:45 GMT 2004
>Originator:     TAOKA Fumiyoshi
>Release:        FreeBSD RELENG_4
>Organization:
>Environment:
FreeBSD RELENG_4
>Description:
	After change from xntpd to ntpd, it is still used
	not "ntpd" but "xntpd" in /etc on RELENG_4.
	
>How-To-Repeat:
>Fix:

Index: rc.network
===================================================================
RCS file: /home/ncvs/src/etc/Attic/rc.network,v
retrieving revision 1.74.2.46
diff -u -r1.74.2.46 rc.network
--- rc.network	7 Apr 2004 09:27:30 -0000	1.74.2.46
+++ rc.network	27 Dec 2004 11:19:31 -0000
@@ -564,9 +564,9 @@
 		;;
 	esac
 
-	case ${xntpd_enable} in
+	case ${ntpd_enable} in
 	[Yy][Ee][Ss])
-		echo -n ' ntpd';	${xntpd_program:-ntpd} ${xntpd_flags}
+		echo -n ' ntpd';	${ntpd_program:-ntpd} ${ntpd_flags}
 		;;
 	esac
 
Index: defaults/rc.conf
===================================================================
RCS file: /home/ncvs/src/etc/defaults/rc.conf,v
retrieving revision 1.53.2.66
diff -u -r1.53.2.66 rc.conf
--- defaults/rc.conf	27 Sep 2004 18:46:00 -0000	1.53.2.66
+++ defaults/rc.conf	27 Dec 2004 11:18:23 -0000
@@ -184,9 +184,9 @@
 ntpdate_enable="NO"		# Run ntpdate to sync time on boot (or NO).
 ntpdate_program="/usr/sbin/ntpdate"	# path to ntpdate, if you want a different one.
 ntpdate_flags="-b"		# Flags to ntpdate (if enabled).
-xntpd_enable="NO"		# Run ntpd Network Time Protocol (or NO).
-xntpd_program="/usr/sbin/ntpd"	# path to ntpd, if you want a different one.
-xntpd_flags="-p /var/run/ntpd.pid"	# Flags to ntpd (if enabled).
+ntpd_enable="NO"		# Run ntpd Network Time Protocol (or NO).
+ntpd_program="/usr/sbin/ntpd"	# path to ntpd, if you want a different one.
+ntpd_flags="-p /var/run/ntpd.pid"	# Flags to ntpd (if enabled).
 
 # Network Information Services (NIS) options: All need portmap_enable="YES" ###
 nis_client_enable="NO"		# We're an NIS client (or NO).

>Release-Note:
>Audit-Trail:

From: "Simon L. Nielsen" <simon@FreeBSD.org>
To: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
Cc: FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: conf/75538: change xntpd to ntpd in /etc/*
Date: Mon, 27 Dec 2004 18:13:54 +0100

 --v9Ux+11Zm5mwPlX6
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 Content-Transfer-Encoding: quoted-printable
 
 On 2004.12.27 21:06:35 +0900, TAOKA Fumiyoshi wrote:
 
 > 	After change from xntpd to ntpd, it is still used
 > 	not "ntpd" but "xntpd" in /etc on RELENG_4.
 
 The knobs to enable ntpd is still called xntpd not to break
 compatibility on a -STABLE branch, so I very much doubt a change like
 this is going to be made to RELENG_4...
 
 --=20
 Simon L. Nielsen
 
 --v9Ux+11Zm5mwPlX6
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.2.6 (FreeBSD)
 
 iD8DBQFB0ELSh9pcDSc1mlERAs9GAKC07XZYMW8ORDcqf4dm/Hjapx1TJgCgi/0o
 5bQ0xocXNmwz6NDVfpqRiQ4=
 =nCfm
 -----END PGP SIGNATURE-----
 
 --v9Ux+11Zm5mwPlX6--

From: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>
To: "Simon L. Nielsen" <simon@FreeBSD.org>
Cc: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp>,
	FreeBSD-gnats-submit@FreeBSD.org
Subject: Re: conf/75538: change xntpd to ntpd in /etc/*
Date: Tue, 28 Dec 2004 10:32:20 +0900

 On Mon, 27 Dec 2004 18:13:54 +0100
 "Simon L. Nielsen" <simon@FreeBSD.org> wrote:
 
 > On 2004.12.27 21:06:35 +0900, TAOKA Fumiyoshi wrote:
 > 
 > > 	After change from xntpd to ntpd, it is still used
 > > 	not "ntpd" but "xntpd" in /etc on RELENG_4.
 > 
 > The knobs to enable ntpd is still called xntpd not to break
 > compatibility on a -STABLE branch, so I very much doubt a change like
 > this is going to be made to RELENG_4...
 
 Ok, I don't persist to change though I thought that
 those who didn't know ntpd had been xntpd might confuse.
 
 -- 
 TAOKA Fumiyoshi
 
 
State-Changed-From-To: open->closed 
State-Changed-By: ceri 
State-Changed-When: Wed Dec 29 22:17:59 GMT 2004 
State-Changed-Why:  
As Simon pointed out, there is no way that this will change on RELENG_4. 
Thank you for your efforts to improve FreeBSD. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=75538 
>Unformatted:
