summaryrefslogtreecommitdiffstats
path: root/src/etc/rc.initial
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-12-20 14:29:30 -0200
committerRenato Botelho <renato@netgate.com>2016-12-20 14:29:30 -0200
commit533f3160a46672e3cf74f6fd1af952f966ae5b06 (patch)
tree0abf07c1258d8c4fa8c2b6bbbe60d90c808b1750 /src/etc/rc.initial
parentcf9e9e84fc07a94e41497680a98e4de10f91f933 (diff)
downloadpfsense-533f3160a46672e3cf74f6fd1af952f966ae5b06.zip
pfsense-533f3160a46672e3cf74f6fd1af952f966ae5b06.tar.gz
Revert "ctrl-c is handy in the shell. Do not lock out."
This doesn't seem to be a problem these days. Fixes #6741 This reverts commit e8b82b8191356d50a2f210067d7a9f32976d4075.
Diffstat (limited to 'src/etc/rc.initial')
-rwxr-xr-xsrc/etc/rc.initial6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/etc/rc.initial b/src/etc/rc.initial
index 4dcfcd5..ef90e28 100755
--- a/src/etc/rc.initial
+++ b/src/etc/rc.initial
@@ -24,9 +24,9 @@
# 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
if [ -f /etc/rc.local ]; then
RCLOCALPWD=`ps awux | grep rc.local | grep -v grep | awk '{ print $2 }'`
OpenPOWER on IntegriCloud