Index: initdefs =================================================================== RCS file: /cvsroot/tiger/tiger/initdefs,v retrieving revision 1.6 diff -a -u -p -r1.6 initdefs --- initdefs 19 Sep 2003 01:40:26 -0000 1.6 +++ initdefs 20 Sep 2003 01:36:20 -0000 @@ -46,7 +46,7 @@ haveallcmds() if [ ! -n "$__cmdstr" ]; then echo "--ERROR-- [init001e] Don't have required command $__file." __retval=1 - elif [ ! -f "$__cmd" ]; then + elif [ ! -x "$__cmd" ]; then echo "--ERROR-- [init004e] \`$__cmd' is not executable (command $__file)." __retval=1 fi