Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Oct 2004 01:49:43 -0700 (PDT)
From:      spam maps <spamrefuse@yahoo.com>
To:        freebsd-current <freebsd-current@freebsd.org>
Subject:   Re: 5.3-BETA7: /etc/rc.d/ntpdate not using "$ntpdate_flags" from rc.conf ?
Message-ID:  <20041007084943.27846.qmail@web54004.mail.yahoo.com>

next in thread | raw e-mail | index | archive | help
>>Hmmm, is this entry missing defaults file:
>>
>>$ grep ntpdate_hosts /etc/defaults/rc.conf
>>$
>>
> 
> It's documented in the rc.conf(5) manpage, but
you're
> right it's missing in the /etc/defaults/rc.conf, so
> please feel free to submit a patch.  :-)

--- /etc/defaults/rc.conf       Sat Oct  2 14:44:16
2004
+++ /etc/defaults/rc.conf        Thu Oct  7 17:47:24
2004
@@ -219,6 +219,7 @@
 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_hosts=""               # List of NTP servers
(if enabled).
 ntpdate_program="/usr/sbin/ntpdate"    # path to
ntpdate, if you want a different one.
 ntpdate_flags="-b"             # Flags to ntpdate (if
enabled).
 ntpd_enable="NO"               # Run ntpd Network
Time Protocol (or NO).


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041007084943.27846.qmail>