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

Diff for /src/etc/Attic/security between version 1.9 and 1.10

version 1.9, 1996/09/16 19:40:27 version 1.10, 1996/09/20 20:35:37
Line 380 
Line 380 
 (find / \( ! -fstype local -o -fstype fdesc -o -fstype kernfs \  (find / \( ! -fstype local -o -fstype fdesc -o -fstype kernfs \
                 -o -fstype procfs \) -a -prune -o \                  -o -fstype procfs \) -a -prune -o \
         -type f -a \( -perm -u+s -o -perm -g+s \) -print -o \          -type f -a \( -perm -u+s -o -perm -g+s \) -print -o \
         ! -type d -a ! -type f -a ! -type l -a ! -type s -print | \          ! -type d -a ! -type f -a ! -type l -a ! -type s -ls | \
 sort | sed -e 's/^/ls -ldgT /' | sh > $LIST) 2> $OUTPUT  sort > $LIST) 2> $OUTPUT
   
 # Display any errors that occurred during system file walk.  # Display any errors that occurred during system file walk.
 if [ -s $OUTPUT ] ; then  if [ -s $OUTPUT ] ; then

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10