On Thu, 22 Aug 2013 22:49:58 +0200
Jeremie Le Hen wrote:

> Hi,
> 
> I plan to commit the attached patch.  This allows the turn the daily
> security checks into weekly checks.  You do this by adding the
> following to periodic.conf(5):
> 
>     daily_status_security_enable=NO
>     weekly_status_security_enable=YES
> 
> All other $daily_status_security_whatever variables will be renamed to
> $security_status_whatever.  The old variable name is supported but
> prints a warning.
> 

All daily_status_security_enable does is control whether the security
scripts are run from daily, but security is a periodic dirctory in its
own right.

You can simply set daily_status_security_enable=NO and put a
separate security entry in crontab (or anacrontab).   You can also
symlink the lightweight security scripts in a separate directory and
run those on all, or some, of the days you don't run the full security
pass.

In short the current support is more powerful and flexible than
anything suggested in this thread so far.
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to