summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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