Index: scripts/check_known =================================================================== RCS file: /cvsroot/tiger/tiger/scripts/check_known,v retrieving revision 1.6 diff -a -u -p -r1.6 check_known --- scripts/check_known 19 Aug 2003 15:47:01 -0000 1.6 +++ scripts/check_known 14 Sep 2003 00:25:18 -0000 @@ -118,8 +118,7 @@ trap 'delete $WORKDIR/login.str.$$ $WORK if [ -n "$backdoor" ]; then message ALERT kis014a "" "There is a shell defined in inetd.conf, the backdoor line is: '$backdoor'" fi - inetd_srcs=`$CAT $inetd_sets` - delete $inetd_sets $inetd_srcs + delete $inetd_sets $inetd_sets.src file_list="/usr/spool/uucppublic/.hushlogin /usr/spool/secretmail/.l /tmp/a /usr/spool/secretmail/.log /usr/spool/secretmail/.tty @@ -249,7 +248,7 @@ trap 'delete $WORKDIR/login.str.$$ $WORK if [ -f $WORKDIR/pass.list.$$ ] ; then for passwd_set in `$CAT $WORKDIR/pass.list.$$`; do - delete $passwd_set.src + delete $passwd_set $passwd_set.src done delete $WORKDIR/pass.list.$$ fi