summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-10-01 17:03:09 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-10-01 17:03:09 +0000
commit4b7cf2041982b07212ec10eb129c19ef82f722a9 (patch)
tree236dfc053261bd06335503df1b8a068681c83aae /etc/rc.initial
parent895f6e8c6592940eac9d1c8e0d354c1fee24e376 (diff)
downloadpfsense-4b7cf2041982b07212ec10eb129c19ef82f722a9.zip
pfsense-4b7cf2041982b07212ec10eb129c19ef82f722a9.tar.gz
Uncomment the trap statements. Now CTRL-C will kill the SSH session.
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-xetc/rc.initial6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index 9c24ef1..462c88a 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -34,9 +34,9 @@ fi
# make sure the user can't kill us by pressing Ctrl-C,
# ctrl-z, etc.
-#trap : 2
-#trap : 3
-#trap : 4
+trap : 2
+trap : 3
+trap : 4
CONFIG="/cf/conf/config.xml"
WORD="https"
OpenPOWER on IntegriCloud