Cy Schubert b5e14a1344 Vendor import ntp 4.2.8.
Reviewed by:	roberto
Security:	VUXML: 4033d826-87dd-11e4-9079-3c970e169bc2
Security:	http://www.kb.cert.org/vuls/id/852879
Security:	CVE-2014-9293
Security	CVE-2014-9294
Security	CVE-2014-9295
Security	CVE-2014-9296
2014-12-20 22:52:39 +00:00
..
2014-12-20 22:52:39 +00:00
2014-12-20 22:52:39 +00:00
2014-12-20 22:52:39 +00:00
2014-12-20 22:52:39 +00:00

This directory contains some example rc scripts for ntpd.

In general, ntpd should be started as soon as possible in the boot process. If
any services require stable system clock, the ntpwait script should be run
before them as late as possible.

The rc.d contains scripts for systems using rc.d init system (originated in
NetBSD). If a service requires stable system time, indicate it with TIMESYNC
dependency and set ntpwait_enable to YES.

For SysV init systems, you'll have to create links as /etc/rc2.d/S20ntpd and
/etc/rc2.d/S80ntpwait yourself. (The numbers are just examples, try to give
ntpd as much time as possible to synchronize before running ntpwait).