=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Attic/security,v retrieving revision 1.11 retrieving revision 1.12 diff -c -r1.11 -r1.12 *** src/etc/Attic/security 1996/10/22 07:58:30 1.11 --- src/etc/Attic/security 1996/11/23 19:10:43 1.12 *************** *** 1,6 **** #!/bin/sh - # ! # $OpenBSD: security,v 1.11 1996/10/22 07:58:30 tholo Exp $ # PATH=/sbin:/usr/sbin:/bin:/usr/bin --- 1,6 ---- #!/bin/sh - # ! # $OpenBSD: security,v 1.12 1996/11/23 19:10:43 millert Exp $ # PATH=/sbin:/usr/sbin:/bin:/usr/bin *************** *** 393,400 **** printf "\n" fi ! # Display any changes in the setuid file list. ! egrep -v '^[0-9]+ +[0-9]+ +[bc]' $LIST > $TMP1 if [ -s $TMP1 ] ; then # Check to make sure uudecode isn't setuid. if grep -w uudecode $TMP1 > /dev/null ; then --- 393,400 ---- printf "\n" fi ! # Display any changes in the setuid/setgid file list. ! egrep -v '^ *[0-9]+ +[0-9]+ +[bc]' $LIST > $TMP1 if [ -s $TMP1 ] ; then # Check to make sure uudecode isn't setuid. if grep -w uudecode $TMP1 > /dev/null ; then