From: Stephen L Johnson Date: Wed, 26 Jan 2000 05:34:17 +0000 (+0000) Subject: file spong-client.pid was being delete if --nosleep was specified on the X-Git-Tag: spong_2_6c~2 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c06e3f69147f33085043b6eca2ebe120f0adb726;p=spong.git file spong-client.pid was being delete if --nosleep was specified on the command line. spong-network.pid should has been deleted. --- 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);