From dd5e16451bfd8b126250d0834a5a3adb70b943aa Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Wed, 1 Dec 2004 04:16:42 +0000 Subject: [PATCH] Change the default for ntpd back to -s, the bug which triggered this has been fixed. --- etc/defaults/rc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 3776583777..bc90ced61d 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -14,7 +14,7 @@ # All arguments must be in double or single quotes. # # $FreeBSD: src/etc/defaults/rc.conf,v 1.180 2003/06/26 09:50:50 smkelly Exp $ -# $DragonFly: src/etc/defaults/rc.conf,v 1.17 2004/11/12 19:45:36 joerg Exp $ +# $DragonFly: src/etc/defaults/rc.conf,v 1.18 2004/12/01 04:16:42 joerg Exp $ ############################################################## ### Important initial Boot-time options #################### @@ -210,7 +210,7 @@ timed_enable="NO" # Run the time daemon (or NO). timed_flags="" # Flags to timed (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="-S" # Flags to ntpd (if enabled). +ntpd_flags="-s" # Flags to ntpd (if enabled). # Network Information Services (NIS) options: All need rpcbind_enable="YES" ### nis_client_enable="NO" # We're an NIS client (or NO). -- 2.41.0