]> git.etc.gen.nz Git - spong.git/commitdiff
Reset the program name back to "spong-server (query)" after handling an
authorMichael Brown <michaelb@opentext.com>
Tue, 19 Jun 2001 21:28:02 +0000 (21:28 +0000)
committerMichael Brown <michaelb@opentext.com>
Tue, 19 Jun 2001 21:28:02 +0000 (21:28 +0000)
incoming connection.
Done so we don't get entries in the process table saying they're handling a
connection from somebody when they really aren't.

src/spong-server.pl

index ceade7530fd0bc6a614b2ba7b40134b64a90cf68..3c7a23b36a36d505749f8c95e3a4044bfbbaebd9 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.42 2001/06/19 21:24:32 supermathie Exp $
+# $Id: spong-server.pl,v 1.43 2001/06/19 21:28:02 supermathie Exp $
 
 use lib "@@LIBDIR@@";
 
@@ -419,6 +419,7 @@ sub listen_for_queries {
    &debug( "query server socket setup, listening for connections" );
 
    while( 1 ) {
+      $0 = "spong-server (query)";
       # Update the service list from the database every 15 minutes
       if ( time() >= $next_update ) {
          debug("Scanning for stale data to convert to purple status",5);