I copied the SUSE 9.3 script from this site and used it as my startup script and here is what I get
mjlserver1:/etc/init.d # bash -v slimserver #!/bin/bash # # /etc/rc.d/slimserver : command not found RETVAL=0 prog="SLIMSERVER" : command not found . /etc/sysconfig/slimserver : No such file or directorysconfig/slimserver : command not found cd $SLIMSERVER_HOME : No such file or directory SLIMSERVER_BIN="$SLIMSERVER_HOME/slimserver.pl" : command not found: [ -x $SLIMSERVER_BIN ] || exit 5 : numeric argument required5 It seems like I might be missing something in a path statement or something like that. Still trying to figure out this linux thing -- colglfr ------------------------------------------------------------------------ colglfr's Profile: http://forums.slimdevices.com/member.php?userid=4474 View this thread: http://forums.slimdevices.com/showthread.php?t=23983 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
