diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-05-06 00:39:22 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-05-06 00:39:22 +0000 |
commit | 330a31ebd14a101128a98203cb5070cddb97d7fc (patch) | |
tree | 64ad937a59feaa097b2f3b8aea36db658fda5849 /etc | |
parent | 6ac2abcba25090cfd4b91e02408a2889a987981d (diff) | |
download | pfsense-330a31ebd14a101128a98203cb5070cddb97d7fc.zip pfsense-330a31ebd14a101128a98203cb5070cddb97d7fc.tar.gz |
Don't forget <?php and ?>
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 |