summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-19 18:50:09 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-19 18:50:09 +0000
commit89c5f759b31ec3d4001a06b434e504fc28bd6807 (patch)
tree7416cede6265cc0b804f91a2c293f24d63e62b00 /etc/rc.initial
parent2d5ba77b2a3a842192464911d7319faa991c42fb (diff)
downloadpfsense-89c5f759b31ec3d4001a06b434e504fc28bd6807.zip
pfsense-89c5f759b31ec3d4001a06b434e504fc28bd6807.tar.gz
Cleanups
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-xetc/rc.initial7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/rc.initial b/etc/rc.initial
index 8105149..520bc0b 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -7,14 +7,15 @@
# originally based on m0n0wall (http://neon1.net/m0n0wall)
# Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
# All rights reserved.
-# 301204:bkw Two declarations for case10
-CONFIG="/cf/conf/config.xml"
-WORD="https"
+
# make sure the user can't kill us by pressing Ctrl-C
trap : 2
trap : 3
trap : 4
+CONFIG="/cf/conf/config.xml"
+WORD="https"
+
# Set our operating platform
PLATFORM=`cat /etc/platform`
OpenPOWER on IntegriCloud