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

Diff for /src/etc/Attic/security between version 1.29 and 1.30

version 1.29, 1998/07/11 05:01:11 version 1.30, 1998/08/17 16:43:47
Line 459 
Line 459 
 (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 \) -print0 -o \          -type f -a \( -perm -u+s -o -perm -g+s \) -print0 -o \
         ! -type d -a ! -type f -a ! -type l -a ! -type s -print0 | \          ! -type d -a ! -type f -a ! -type l -a ! -type s -a ! -type p \
 xargs -0 ls -ldgT | sort +9 > $LIST) 2> $OUTPUT          -print0 | xargs -0 ls -ldgT | sort +9 > $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.29  
changed lines
  Added in v.1.30