aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-06-04 21:25:41 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-06-04 21:25:41 +0000
commit499cc75ee2fbb6775735cce003b8ce7ce25b5c8a (patch)
tree197ee30ab6c872ca3ab89ce7009b2dc3585ad631 /etc
parent9bdd177911202b8c9bac1592fea44789fdb54870 (diff)
downloadsrc-499cc75ee2fbb6775735cce003b8ce7ce25b5c8a.tar.gz
src-499cc75ee2fbb6775735cce003b8ce7ce25b5c8a.zip
ntpdate(1) is depreciated.
Notes
Notes: svn path=/head/; revision=97835
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/rc.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index fd67f0ea0418..0e3783f676f8 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/ntpdate" # path to ntpdate, if you want a different one.
-ntpdate_flags="-b" # Flags to ntpdate (if enabled).
+ntpdate_program="/usr/sbin/ntpd" # path to ntpdate, if you want a different one.
+ntpdate_flags="-gqx" # 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).