remove extraneous flags for xntpd startup, since there is now a
default ntp.conf file, per PR 4312
This commit is contained in:
parent
5d393eb4ca
commit
e80b8c24a3
@ -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 @@ syslogd=YES syslogd_flags="-s" # -s "secure" unix domain only
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user