mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 13:16:34 +00:00
- Capture SIGTERM as well as SIGHUP.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2007 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -208,7 +208,8 @@ my $_NOPROMPT_;
|
||||
|
||||
my %CURRENT;
|
||||
|
||||
$SIG{INT} = \&commitSuicide;
|
||||
$SIG{INT} = \&commitSuicide;
|
||||
$SIG{TERM} = \&commitSuicide;
|
||||
|
||||
use vars qw($Version);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user