From ba1e7b85770ec4a614f79c25d579dcd341018bdd Mon Sep 17 00:00:00 2001 From: cjc Date: Fri, 7 Dec 2001 23:57:39 +0000 Subject: Long ago, there was just /etc/daily. Then /etc/security was split out of /etc/daily. Some time later, /etc/daily became a set of periodic(8) scripts. Now, this evolution continues, and /etc/security has been broken into periodic(8) scripts to make local customization easier and more maintainable. Reviewed by: ru Approved by: ru --- usr.sbin/periodic/periodic.8 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'usr.sbin/periodic') diff --git a/usr.sbin/periodic/periodic.8 b/usr.sbin/periodic/periodic.8 index f0c1376..4b9b17e 100644 --- a/usr.sbin/periodic/periodic.8 +++ b/usr.sbin/periodic/periodic.8 @@ -52,6 +52,11 @@ This usually occurs on Sunday mornings. .It Pa monthly Perform the standard monthly periodic executable run. This usually occurs on the first day of the month. +.It Pa security +Perform the standard daily security checks. +This is usually spawned by the +.Pa daily +run. .It Ar path An arbitrary directory containing a set of executables to be run. .El -- cgit v1.1