# 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@@";
# 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.