summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-19 19:18:14 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-19 19:18:14 +0000
commitcd80a0a850b3231669f19b5277df3c2d999f198f (patch)
treeca1c37595880a9bdeae7f6cf8f0687ddcfa0d23a /etc
parent40454d16b6e9ee14ecba6816097f46460d0deadd (diff)
downloadpfsense-cd80a0a850b3231669f19b5277df3c2d999f198f.zip
pfsense-cd80a0a850b3231669f19b5277df3c2d999f198f.tar.gz
Misc comments
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.cdrom4
-rwxr-xr-xetc/rc.initial3
2 files changed, 6 insertions, 1 deletions
diff --git a/etc/rc.cdrom b/etc/rc.cdrom
index 4269116..4faae61 100755
--- a/etc/rc.cdrom
+++ b/etc/rc.cdrom
@@ -22,6 +22,10 @@ fi
if [ ! -L /conf ]; then
/rescue/ln -s /cf/conf /conf
fi
+
+# If the default config.xml and ez-ipupdate.cache do not exist,
+# lets populate them from the default (factory configuration)
+# files.
[ ! -f /cf/conf/config.xml ] || /rescue/cp /FreeSBIE/cf/conf/config.xml /cf/conf/
[ ! -f /cf/conf/ez-ipupdate.cache ] || /rescue/cp /FreeSBIE/cf/conf/ez-ipupdate.cache /cf/conf/
diff --git a/etc/rc.initial b/etc/rc.initial
index 520bc0b..1e591ff 100755
--- a/etc/rc.initial
+++ b/etc/rc.initial
@@ -8,7 +8,8 @@
# Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
# All rights reserved.
-# make sure the user can't kill us by pressing Ctrl-C
+# make sure the user can't kill us by pressing Ctrl-C,
+# ctrl-z, etc.
trap : 2
trap : 3
trap : 4
OpenPOWER on IntegriCloud