diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-06-19 01:06:07 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-06-19 01:06:07 +0000 |
commit | 4289f4462ba807ab46c3c47b279abb2a98671641 (patch) | |
tree | 64df4d0e4be82221bb2743013c72b606a61f6000 /etc/rc | |
parent | 03efea5e5246ed0d52b74d62bc37dc5d152cd65e (diff) | |
download | pfsense-4289f4462ba807ab46c3c47b279abb2a98671641.zip pfsense-4289f4462ba807ab46c3c47b279abb2a98671641.tar.gz |
test for /conf not /cf/conf
Diffstat (limited to 'etc/rc')
-rwxr-xr-x | etc/rc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/ |