diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-06-19 18:50:09 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-06-19 18:50:09 +0000 |
commit | 89c5f759b31ec3d4001a06b434e504fc28bd6807 (patch) | |
tree | 7416cede6265cc0b804f91a2c293f24d63e62b00 /etc/rc.initial | |
parent | 2d5ba77b2a3a842192464911d7319faa991c42fb (diff) | |
download | pfsense-89c5f759b31ec3d4001a06b434e504fc28bd6807.zip pfsense-89c5f759b31ec3d4001a06b434e504fc28bd6807.tar.gz |
Cleanups
Diffstat (limited to 'etc/rc.initial')
-rwxr-xr-x | etc/rc.initial | 7 |
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` |