Index: scripts/check_finddeleted =================================================================== RCS file: /cvsroot/tiger/tiger/scripts/check_finddeleted,v retrieving revision 1.3 diff -a -u -p -r1.3 check_finddeleted --- scripts/check_finddeleted 19 Aug 2003 15:42:23 -0000 1.3 +++ scripts/check_finddeleted 6 Sep 2003 21:10:17 -0000 @@ -95,8 +95,8 @@ while read pid ppid do # It can be deleted if name includes (deleted) or # TYPE = DEL - $LSOF -np $pid | $GREP -v PID | $GREP "(deleted)" >>$WORKDIR/deleted.$$ - $LSOF -np $pid | $GREP -v PID | $GREP "DEL" >>$WORKDIR/deleted.$$ + $LSOF -np $pid | $GREP "(deleted)" >>$WORKDIR/deleted.$$ + $LSOF -np $pid | $GREP "DEL" >>$WORKDIR/deleted.$$ $CAT $WORKDIR/deleted.$$ | while read command npid user fd type device other