Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc remove extraneous flags for xntpd startup, since there i...



details:   https://anonhg.NetBSD.org/src/rev/1f15356a018c
branches:  trunk
changeset: 481401:1f15356a018c
user:      fair <fair%NetBSD.org@localhost>
date:      Fri Jan 28 06:55:52 2000 +0000

description:
remove extraneous flags for xntpd startup, since there is now a
default ntp.conf file, per PR 4312

diffstat:

 etc/rc.conf |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0b9c055e1f5e -r 1f15356a018c etc/rc.conf
--- a/etc/rc.conf       Fri Jan 28 06:53:33 2000 +0000
+++ b/etc/rc.conf       Fri Jan 28 06:55:52 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: rc.conf,v 1.70 2000/01/18 22:43:23 augustss Exp $
+#      $NetBSD: rc.conf,v 1.71 2000/01/28 06:55:52 fair Exp $
 #
 # see rc.conf(5) for more information.
 
@@ -82,7 +82,7 @@
 cron=YES
 named=NO               named_flags=""
 timed=NO               timed_flags=""
-xntpd=NO               xntpd_flags="-p /var/run/xntpd.pid -f /var/db/ntp.drift"
+xntpd=NO               xntpd_flags=""
 sendmail=NO            sendmail_flags="-bd -q30m"
 lpd=NO                 lpd_flags="-s"          # -s "secure" unix domain only
 



Home | Main Index | Thread Index | Old Index