Quoting Chris Lawrence ([EMAIL PROTECTED]):
> Do you still have this patch for lsb-core?  The BTS doesn't seem to
> have it...


Actually, no but it was fairly easy to rewrite it..:)

--- init-skeleton.old   2005-07-12 11:15:07.223917624 +0200
+++ init-skeleton       2005-07-12 11:17:48.033664501 +0200
@@ -127,7 +127,7 @@
         # LSB exit status
        start_daemon "$FOO_BIN" -c "$FOO_CONFIG"
        STATUS=$?
-       if [ "$STATUS" = 0]
+       if [ "$STATUS" = 0 ]
        then
             log_success_msg "Starting FOO"
         else
@@ -141,7 +141,7 @@
         # LSB exit status
        killproc "$FOO_BIN"
        STATUS=$?
-       if [ "$STATUS" = 0]
+       if [ "$STATUS" = 0 ]
            log_success_msg "Shutting down FOO"
            exit 0
         else



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to