From cd80a0a850b3231669f19b5277df3c2d999f198f Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 19 Jun 2005 19:18:14 +0000 Subject: Misc comments --- etc/rc.cdrom | 4 ++++ etc/rc.initial | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'etc') 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 . # 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 -- cgit v1.1