freebsd-dev/etc/periodic
Gregory Neil Shapiro b31d4126e3 If all file systems are marked nosuid, the line:
MP=`mount -t ufs | grep -v " nosuid" | awk '{ print $3 }' | sort`

sets ${MP} to an empty string so the next line:

	set ${MP}

actually just dumps all of the shells variables to stdout (and therefore
the security report).  Fixed by surrounding the code which goes through the
mounts with a test for an empty string before using ${MP}.

Reviewed by:	brian
MFC after:	3 days
2002-08-03 22:33:34 +00:00
..
daily Install scripts via FILES (purposedly not via SCRIPTS that would 2002-07-18 12:33:01 +00:00
monthly Install scripts via FILES (purposedly not via SCRIPTS that would 2002-07-18 12:33:01 +00:00
security If all file systems are marked nosuid, the line: 2002-08-03 22:33:34 +00:00
weekly Install scripts via FILES (purposedly not via SCRIPTS that would 2002-07-18 12:33:01 +00:00
Makefile Long ago, there was just /etc/daily. Then /etc/security was split out 2001-12-07 23:57:39 +00:00
Makefile.inc Install scripts via FILES (purposedly not via SCRIPTS that would 2002-07-18 12:33:01 +00:00