*** empty log message ***
[spider.git] / perl / client.pl
index 84ab5d530ee7e770636299302306469c2ad3dc18..0199084fdabf101c62fe0f6585a2d663edab924b 100755 (executable)
@@ -358,7 +358,7 @@ $stdout->autoflush(1);
 
 $SIG{'INT'} = \&sig_term;
 $SIG{'TERM'} = \&sig_term;
-$SIG{'HUP'} = 'IGNORE';
+$SIG{'HUP'} = \&sig_term;
 $SIG{'CHLD'} = \&sig_chld;
 $SIG{'ALRM'} = \&timeout;