K 10 svn:author V 8 gshapiro K 8 svn:date V 27 2002-08-06T17:53:12.000000Z K 7 svn:log V 528 MFC: 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}. Revision Changes Path 1.4 +12 -9 src/etc/periodic/security/100.chksetuid END