Index: initdefs =================================================================== RCS file: /usr/local/taracvs/tiger-3.2/initdefs,v retrieving revision 1.2 diff -u -p -r1.2 initdefs --- initdefs 16 Sep 2003 03:57:01 -0000 1.2 +++ initdefs 17 Sep 2003 03:50:58 -0000 @@ -467,10 +467,10 @@ run_script() if [ "$__script_run" != "" ] ; then __script_owner=`$LS -nl $__script_run | $AWK '{ print $3; }'` if [ $TESTEXEC $__script_run ]; then - if [ $__script_owner -eq $UID ]; then + if [ $__script_owner -eq $UUID ]; then $__script_run else - echo "--ERROR-- [misc024w] The $__script_run script will not be run since it is owned by a user ($__script_owner) different than the one running Tiger ($UID)" + echo "--ERROR-- [misc024w] The $__script_run script will not be run since it is owned by a user ($__script_owner) different than the one running Tiger ($UUID)" __error=1 fi else