summaryrefslogtreecommitdiffstats
path: root/etc/rc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-19 01:06:07 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-19 01:06:07 +0000
commit4289f4462ba807ab46c3c47b279abb2a98671641 (patch)
tree64df4d0e4be82221bb2743013c72b606a61f6000 /etc/rc
parent03efea5e5246ed0d52b74d62bc37dc5d152cd65e (diff)
downloadpfsense-4289f4462ba807ab46c3c47b279abb2a98671641.zip
pfsense-4289f4462ba807ab46c3c47b279abb2a98671641.tar.gz
test for /conf not /cf/conf
Diffstat (limited to 'etc/rc')
-rwxr-xr-xetc/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index e3071a6..6cd5598 100755
--- a/etc/rc
+++ b/etc/rc
@@ -68,7 +68,7 @@ fi
[ ! -d /cf/conf/backup/ ] || mkdir -p /cf/conf/backup/ 2>/dev/null
if [ "$PLATFORM" = "cdrom" ]; then
- [ ! -L /cf/conf ] || ln -s /cf/conf /conf
+ [ ! -L /conf ] || ln -s /cf/conf /conf
[ ! -f /cf/conf/config.xml ] || cp /FreeSBIE/cf/conf/config.xml
[ ! -f /cf/conf/ez-ipupdate.cache ] || cp /FreeSBIE/cf/conf/ez-ipupdate.cache
mkdir /var/db/
OpenPOWER on IntegriCloud