Bugzilla – Bug 108
init.d/suse.pbs_server: Syntax error in script
Last modified: 2011-07-08 15:08:12 MDT
You need to log in before you can comment on or make changes to this bug.
In the script, a large block has been out comment - however, the "fi" also needs to have a comment sign. --- torque-2.5.4.orig/contrib/init.d/suse.pbs_server 2011-01-06 19:47:33.000000000 +0100 +++ torque-2.5.4/contrib/init.d/suse.pbs_server 2011-01-06 19:47:44.000000000 +0100 @@ -40,7 +40,7 @@ startproc $PBS_DAEMON $SERVER_ARGS # else # startproc $PBS_DAEMON -t create $DAEMON_ARGS - fi +# fi rc_status -v ;; stop)
Patch has been checked into 2.4, 2.5, 3.0, and trunk branches.
(In reply to comment #1) > Patch has been checked into 2.4, 2.5, 3.0, and trunk branches. I just installed 3.0.2 and had to correct this issue.