Date: Fri, 7 Dec 2001 15:57:40 -0800 (PST) From: "Crist J. Clark" <cjc@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: 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: <200112072357.fB7Nvev07699@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
cjc 2001/12/07 15:57:39 PST
Modified files:
etc Makefile
etc/defaults periodic.conf
etc/mtree BSD.root.dist
etc/periodic Makefile
etc/periodic/daily 450.status-security
usr.sbin/periodic periodic.8
share/man/man5 periodic.conf.5
Added files:
etc/periodic/security 100.chksetuid 200.chkmounts 300.chkuid0
400.passwdless 500.ipfwdenied
550.ipfwlimit 600.ip6fwdenied
650.ip6fwlimit 700.kernelmsg
800.loginfail 900.tcpwrap Makefile
Removed files:
etc security
Log:
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
Revision Changes Path
1.264 +2 -2 src/etc/Makefile
1.18 +47 -4 src/etc/defaults/periodic.conf
1.57 +3 -1 src/etc/mtree/BSD.root.dist
1.3 +2 -2 src/etc/periodic/Makefile
1.9 +12 -19 src/etc/periodic/daily/450.status-security
1.1 +75 -0 src/etc/periodic/security/100.chksetuid (new)
1.1 +73 -0 src/etc/periodic/security/200.chkmounts (new)
1.1 +51 -0 src/etc/periodic/security/300.chkuid0 (new)
1.1 +48 -0 src/etc/periodic/security/400.passwdless (new)
1.1 +69 -0 src/etc/periodic/security/500.ipfwdenied (new)
1.1 +61 -0 src/etc/periodic/security/550.ipfwlimit (new)
1.1 +69 -0 src/etc/periodic/security/600.ip6fwdenied (new)
1.1 +61 -0 src/etc/periodic/security/650.ip6fwlimit (new)
1.1 +68 -0 src/etc/periodic/security/700.kernelmsg (new)
1.1 +62 -0 src/etc/periodic/security/800.loginfail (new)
1.1 +62 -0 src/etc/periodic/security/900.tcpwrap (new)
1.1 +15 -0 src/etc/periodic/security/Makefile (new)
1.60 +0 -234 src/etc/security (dead)
1.38 +92 -9 src/share/man/man5/periodic.conf.5
1.26 +5 -0 src/usr.sbin/periodic/periodic.8
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?200112072357.fB7Nvev07699>
