diff options
author | maxim <maxim@FreeBSD.org> | 2007-05-13 09:33:35 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2007-05-13 09:33:35 +0000 |
commit | dd0b82335199bca1e13baea68b229c4bfd11b65a (patch) | |
tree | eb23f7e19f4254092528b65e2eec6e15de2396f2 /share | |
parent | 438ef2cbb828e6a2eb605da1de32e57e41bf7b45 (diff) | |
download | FreeBSD-src-dd0b82335199bca1e13baea68b229c4bfd11b65a.zip FreeBSD-src-dd0b82335199bca1e13baea68b229c4bfd11b65a.tar.gz |
o Add a script to check ntpd(8) state. Default is off.
PR: conf/112604
Submitted by: Oliver Fromme
MFC after: 1 month
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/periodic.conf.5 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/share/man/man5/periodic.conf.5 b/share/man/man5/periodic.conf.5 index bc07c57..2052a1b 100644 --- a/share/man/man5/periodic.conf.5 +++ b/share/man/man5/periodic.conf.5 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 3, 2006 +.Dd May 12, 2007 .Dt PERIODIC.CONF 5 .Os .Sh NAME @@ -592,6 +592,11 @@ for the previous day. Set to .Dq Li YES if you want to enable reverse DNS lookups. +.It Va daily_status_ntpd +.Pq Vt bool +Set to +.Dq Li YES +if you want to enable NTP status check. .It Va daily_queuerun_enable .Pq Vt bool Set to |