From: Stephen L Johnson Date: Sun, 30 Jan 2000 07:58:28 +0000 (+0000) Subject: spong-client.pid was being deleted instead of spong-network.pid if --nosleep X-Git-Tag: spong-2_7-alpha5~108 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73fccf9d3235a1f5a051c7513d32ff6abdcd38a2;p=spong.git spong-client.pid was being deleted instead of spong-network.pid if --nosleep was specified. --- diff --git a/src/spong-network.pl b/src/spong-network.pl index e04e58f..ccc5a0f 100755 --- a/src/spong-network.pl +++ b/src/spong-network.pl @@ -77,7 +77,7 @@ while( 1 ) { } } -unlink( "$SPONGTMP/spong-client.pid" ) unless $nosleep; +unlink( "$SPONGTMP/spong-network.pid" ) unless $nosleep; exit(0);