summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1999-08-03 10:11:02 +0000
committereivind <eivind@FreeBSD.org>1999-08-03 10:11:02 +0000
commiteb88bd01b5a086b7950b5b7645eff72b10d4560d (patch)
tree37e8801440f437041666d55e2e4cca7983afb540 /etc
parent65a32937ec2f238287baa696ef89083b037061f9 (diff)
downloadFreeBSD-src-eb88bd01b5a086b7950b5b7645eff72b10d4560d.zip
FreeBSD-src-eb88bd01b5a086b7950b5b7645eff72b10d4560d.tar.gz
Better comment on ntpdate_enable - if I have misunderstood when
ntpdate was run (I thought it was cron'ed), other people probably do too.
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 d7aa93a..ab8e8b3 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -9,7 +9,7 @@
#
# All arguments must be in double or single quotes.
#
-# $Id: rc.conf,v 1.22 1999/07/18 09:58:01 jkh Exp $
+# $Id: rc.conf,v 1.23 1999/07/26 10:49:33 brian Exp $
##############################################################
### Important initial Boot-time options ####################
@@ -111,7 +111,7 @@ xtend_flags="" # Flags to xtend (if enabled).
### Network Time Services options: ###
timed_enable="NO" # Run the time daemon (or NO).
timed_flags="" # Flags to timed (if enabled).
-ntpdate_enable="NO" # Run the ntpdate to sync time (or NO).
+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).
OpenPOWER on IntegriCloud