Date: Mon, 25 Feb 2002 02:54:07 -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: <200202251054.g1PAs7P81914@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
cjc 2002/02/25 02:54:07 PST Modified files: (Branch: RELENG_4) etc Makefile etc/defaults periodic.conf etc/mtree BSD.root.dist etc/periodic Makefile etc/periodic/daily 450.status-security share/man/man5 periodic.conf.5 usr.sbin/periodic periodic.8 Added files: (Branch: RELENG_4) 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: (Branch: RELENG_4) etc security Log: MFC: 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. src/etc/Makefile 1.264 src/etc/defaults/periodic.conf 1.18 src/etc/mtree/BSD.root.dist 1.57 src/etc/periodic/Makefile 1.3 src/etc/periodic/daily/450.status-security 1.9 src/etc/periodic/security/100.chksetuid 1.1 src/etc/periodic/security/200.chkmounts 1.2 src/etc/periodic/security/300.chkuid0 1.1 src/etc/periodic/security/400.passwdless 1.1 src/etc/periodic/security/500.ipfwdenied 1.1 src/etc/periodic/security/550.ipfwlimit 1.2 src/etc/periodic/security/600.ip6fwdenied 1.1 src/etc/periodic/security/650.ip6fwlimit 1.2 src/etc/periodic/security/700.kernelmsg 1.1 src/etc/periodic/security/800.loginfail 1.1 src/etc/periodic/security/900.tcpwrap 1.1 src/etc/periodic/security/Makefile 1.1 src/etc/security 1.60 src/share/man/man5/periodic.conf.5 1.38 src/usr.sbin/periodic/periodic.8 1.26 Revision Changes Path 1.219.2.26 +2 -2 src/etc/Makefile 1.7.2.9 +48 -5 src/etc/defaults/periodic.conf 1.45.2.3 +3 -1 src/etc/mtree/BSD.root.dist 1.2.2.1 +2 -2 src/etc/periodic/Makefile 1.3.2.5 +12 -24 src/etc/periodic/daily/450.status-security 1.1.2.1 +75 -0 src/etc/periodic/security/100.chksetuid (new) 1.2.2.1 +77 -0 src/etc/periodic/security/200.chkmounts (new) 1.1.2.1 +51 -0 src/etc/periodic/security/300.chkuid0 (new) 1.1.2.1 +48 -0 src/etc/periodic/security/400.passwdless (new) 1.1.2.1 +69 -0 src/etc/periodic/security/500.ipfwdenied (new) 1.2.2.1 +61 -0 src/etc/periodic/security/550.ipfwlimit (new) 1.1.2.1 +69 -0 src/etc/periodic/security/600.ip6fwdenied (new) 1.2.2.1 +61 -0 src/etc/periodic/security/650.ip6fwlimit (new) 1.1.2.1 +68 -0 src/etc/periodic/security/700.kernelmsg (new) 1.1.2.1 +62 -0 src/etc/periodic/security/800.loginfail (new) 1.1.2.1 +62 -0 src/etc/periodic/security/900.tcpwrap (new) 1.1.2.1 +15 -0 src/etc/periodic/security/Makefile (new) 1.60 +0 -234 src/etc/security (dead) 1.8.2.19 +103 -9 src/share/man/man5/periodic.conf.5 1.11.2.14 +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?200202251054.g1PAs7P81914>