Date: Fri, 21 Dec 2001 07:52:43 -0800 From: Bill Fenner <fenner@research.att.com> To: cjc@freebsd.org Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/etc Makefile security src/etc/defaults periodic.conf src/etc/mtree BSD.root.dist src/etc/periodic Makefile src/etc/periodic/daily 450.status-security src/etc/periodic/security 100.chksetuid 200.chkmounts 300.chkuid0 ... Message-ID: <200112211552.HAA25429@windsor.research.att.com>
next in thread | raw e-mail | index | archive | help
> ... /etc/security has been > broken into periodic(8) scripts to make local customization easier and > more maintainable. This is a great step, but my mail filter no longer filters the security check email into the right mailbox. It uses the regexp /((daily|weekly|monthly) run|security check) output/ on the subject line. Now, I realize I can just add "|security" in the first alternative, but now my 4.x boxes will still send me "security check" outputs and my -current boxes will send "security run" outputs, meaning that I maybe have to think a little more when searching for them. (e.g. searching for "security check" won't get me all of them.) Any thoughts on modifying /usr/sbin/periodic so it uses the traditional security check output subject line? Thanks, Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112211552.HAA25429>