summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorroberto <roberto@FreeBSD.org>1999-12-16 12:45:40 +0000
committerroberto <roberto@FreeBSD.org>1999-12-16 12:45:40 +0000
commit7f5f260b453131a1d9e5416878fc452cff23d0ec (patch)
tree18f238eca80efa17abf486d284c5a1f2bd1e961b /etc/defaults
parentb03622e07d87b842b12d513170658a774a5cc94b (diff)
downloadFreeBSD-src-7f5f260b453131a1d9e5416878fc452cff23d0ec.zip
FreeBSD-src-7f5f260b453131a1d9e5416878fc452cff23d0ec.tar.gz
Bye bye xntpd, enter ntp.
The variable names haven't changed for compapatibility reasons.
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 65a6bc3..45dd7e1 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -125,9 +125,9 @@ timed_flags="" # Flags to timed (if enabled).
ntpdate_enable="NO" # Run ntpdate to sync time on boot (or NO).
ntpdate_program="ntpdate" # path to ntpdate, if you want a different one.
ntpdate_flags="" # Flags to ntpdate (if enabled).
-xntpd_enable="NO" # Run xntpd Network Time Protocol (or NO).
-xntpd_program="xntpd" # path to xntpd, if you want a different one.
-xntpd_flags="-p /var/run/xntpd.pid" # Flags to xntpd (if enabled).
+xntpd_enable="NO" # Run ntpd Network Time Protocol (or NO).
+xntpd_program="ntpd" # path to ntpd, if you want a different one.
+xntpd_flags="-p /var/run/ntpd.pid" # Flags to ntpd (if enabled).
# Network Information Services (NIS) options: ###
nis_client_enable="NO" # We're an NIS client (or NO).
OpenPOWER on IntegriCloud