]> git.etc.gen.nz Git - spong.git/commitdiff
pass debug value during --restart
authorStephen L Johnson <sjohnson@monsters.org>
Wed, 27 Sep 2000 04:05:42 +0000 (04:05 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Wed, 27 Sep 2000 04:05:42 +0000 (04:05 +0000)
src/spong-server.pl

index 9cd10d6897f950554c1a5310710408769cc24d93..b753665e1aa08bb4a2cb1220af0c120d3ff2b083 100755 (executable)
@@ -6,7 +6,7 @@
 # There are one or more update processes that listen for status updates 
 # from client programs.
 
-# $Id: spong-server.pl,v 1.28 2000/09/27 03:57:38 sljohnson Exp $
+# $Id: spong-server.pl,v 1.29 2000/09/27 04:05:42 sljohnson Exp $
 
 use lib "@@LIBDIR@@";
 
@@ -1355,7 +1355,7 @@ sub hup_handler {
 #   kill QUIT,$bb_pid;  waitpid($bb_pid,0);
    unlink "$SPONGTMP/spong-server.pid" if -f "$SPONGTMP/spong-server.pid";
    close( SERVER );
-   if( $debug ) { exec $me, "--debug"; } else { exec $me; }
+   if( $debug ) { exec $me, "--debug", $debug; } else { exec $me; }
 }
 
 # If the child process dies for some reason, then we restart it.