[BACK]Return to security CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/etc/security between version 1.7 and 1.8

version 1.7, 1993/12/15 07:07:36 version 1.8, 1994/01/15 18:32:06
Line 18  echo "checking setuid files and devices:
Line 18  echo "checking setuid files and devices:
   
 MP=`mount -t ufs | sed 's;/dev/;&r;' | awk '{ print $3 }'`  MP=`mount -t ufs | sed 's;/dev/;&r;' | awk '{ print $3 }'`
 set $MP  set $MP
 ls -lgT `while test $# -ge 1; do  ls -lgdT `while test $# -ge 1; do
         mount=$1          mount=$1
         shift          shift
         find $mount -xdev \( \( -type f \( -perm -u+s -or -perm -g+s \) \) -or -type b -or -type c \) | sort          find $mount -xdev \( \( -type f \( -perm -u+s -or -perm -g+s \) \) -or -type b -or -type c \) | sort

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb <webmaster@jp.NetBSD.org>