Better comment on ntpdate_enable - if I have misunderstood when

ntpdate was run (I thought it was cron'ed), other people probably do
too.
This commit is contained in:
Eivind Eklund 1999-08-03 10:11:02 +00:00
parent aae8bc803d
commit e95e0696fa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49393

View File

@ -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).