summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-19 01:29:14 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-19 01:29:14 +0000
commitcb6056c53d6c9f4fef8484d5dde624ad9c28f844 (patch)
treec65e303eb7f9a41575fd7a3c28fe3ea79bac07f7 /etc
parent2cbec05a650dd700491ad36fcfc4d7675eb9017e (diff)
downloadpfsense-cb6056c53d6c9f4fef8484d5dde624ad9c28f844.zip
pfsense-cb6056c53d6c9f4fef8484d5dde624ad9c28f844.tar.gz
Full path to ln
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc b/etc/rc
index 325c2a8..1b621fd 100755
--- a/etc/rc
+++ b/etc/rc
@@ -68,9 +68,9 @@ fi
[ ! -d /cf/conf/backup/ ] || mkdir -p /cf/conf/backup/ 2>/dev/null
if [ "$PLATFORM" = "cdrom" ]; then
- [ ! -L /conf ] || ln -s /cf/conf /conf
- [ ! -f /cf/conf/config.xml ] || cp /FreeSBIE/cf/conf/config.xml /cf/conf/
- [ ! -f /cf/conf/ez-ipupdate.cache ] || cp /FreeSBIE/cf/conf/ez-ipupdate.cache /cf/conf/
+ [ ! -L /conf ] || /rescue/ln -s /cf/conf /conf
+ [ ! -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/
mkdir /var/db/
fi
OpenPOWER on IntegriCloud