freebsd-skq/etc/periodic/security
Crist J. Clark f5a8f1482c Remove leading whitespace from the setuid file lists.
Due to the way we run ls(1), through xargs(1), the leading whitespace
can change even when the setuid files haven't. To avoid displaying
these lines, we currently run diff(1) with the '-w' option. However,
this is probably not the ideal way to go; there is a very, very small
possibility for diff(1) to miss things is shouldn't. So, with the
leading space cleaned, we can revert to the '-b' option which is
"safer."

PR:		conf/37618
Reviewed by:	brian
MFC after:	3 days
2002-05-05 00:59:37 +00:00
..
100.chksetuid Remove leading whitespace from the setuid file lists. 2002-05-05 00:59:37 +00:00
200.chkmounts Fix a stray character that found its way into a filename. 2001-12-14 22:25:04 +00:00
300.chkuid0
400.passwdless
500.ipfwdenied
550.ipfwlimit
600.ip6fwdenied
650.ip6fwlimit
700.kernelmsg
800.loginfail No need to explicitly check for both cases when using grep -i. 2002-03-12 21:44:33 +00:00
900.tcpwrap
Makefile