summaryrefslogtreecommitdiffstats
path: root/etc/rc.shutdown
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-06 00:39:22 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-06 00:39:22 +0000
commit330a31ebd14a101128a98203cb5070cddb97d7fc (patch)
tree64ad937a59feaa097b2f3b8aea36db658fda5849 /etc/rc.shutdown
parent6ac2abcba25090cfd4b91e02408a2889a987981d (diff)
downloadpfsense-330a31ebd14a101128a98203cb5070cddb97d7fc.zip
pfsense-330a31ebd14a101128a98203cb5070cddb97d7fc.tar.gz
Don't forget <?php and ?>
Diffstat (limited to 'etc/rc.shutdown')
-rwxr-xr-xetc/rc.shutdown3
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
OpenPOWER on IntegriCloud