[BACK]Return to security CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/Attic/security between version 1.11 and 1.12

version 1.11, 1996/10/22 07:58:30 version 1.12, 1996/11/23 19:10:43
Line 393 
Line 393 
         printf "\n"          printf "\n"
 fi  fi
   
 # Display any changes in the setuid file list.  # Display any changes in the setuid/setgid file list.
 egrep -v '^[0-9]+ +[0-9]+ +[bc]' $LIST > $TMP1  egrep -v '^ *[0-9]+ +[0-9]+ +[bc]' $LIST > $TMP1
 if [ -s $TMP1 ] ; then  if [ -s $TMP1 ] ; then
         # Check to make sure uudecode isn't setuid.          # Check to make sure uudecode isn't setuid.
         if grep -w uudecode $TMP1 > /dev/null ; then          if grep -w uudecode $TMP1 > /dev/null ; then

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12