X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fclient.pl;h=0199084fdabf101c62fe0f6585a2d663edab924b;hb=09c40605dd6922b1ac8d08767614697f51e094b2;hp=84ab5d530ee7e770636299302306469c2ad3dc18;hpb=a8b7d0b77fd3cefb1943ce7548f8c803aa83ff39;p=spider.git diff --git a/perl/client.pl b/perl/client.pl index 84ab5d53..0199084f 100755 --- a/perl/client.pl +++ b/perl/client.pl @@ -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;