diff options
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.shutdown | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.shutdown b/etc/rc.shutdown index 2f7bc60..924717f 100755 --- a/etc/rc.shutdown +++ b/etc/rc.shutdown @@ -2,6 +2,8 @@ # $Id$ +<?php + exec("stty status '^T'"); # Set shell to ignore SIGINT (2), but not children; @@ -21,3 +23,4 @@ for($x=0; $x<$carp_counter; $x++) { exit 0; +?>
\ No newline at end of file |