diff options
author | obrien <obrien@FreeBSD.org> | 2002-06-04 22:26:11 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-06-04 22:26:11 +0000 |
commit | 656c10dac5dc4a2405fafdc4a4cec7a2178089e1 (patch) | |
tree | 06acbff57435cee055baff503d3d3dda86e5befa /etc/defaults | |
parent | 408adb728768f69cb8966c1191020d6ea7e66be5 (diff) | |
download | FreeBSD-src-656c10dac5dc4a2405fafdc4a4cec7a2178089e1.zip FreeBSD-src-656c10dac5dc4a2405fafdc4a4cec7a2178089e1.tar.gz |
We want to play osterage and stick our heads in the sand and ignore things.
Requested by: jhb
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 0e3783f..fd67f0e 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -182,8 +182,8 @@ keyserv_flags="" # Flags to keyserv (if enabled). timed_enable="NO" # Run the time daemon (or NO). timed_flags="" # Flags to timed (if enabled). ntpdate_enable="NO" # Run ntpdate to sync time on boot (or NO). -ntpdate_program="/usr/sbin/ntpd" # path to ntpdate, if you want a different one. -ntpdate_flags="-gqx" # Flags to ntpdate (if enabled). +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). |