summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-19 00:45:07 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-19 00:45:07 +0000
commit1d4db0621b01c44d523baac79e404f904ffab16e (patch)
tree136cb6fc50a58a01c19eed575e607babf696caf8 /etc
parent78fc143d17ac4b875388ef74481ccfb50a63cb67 (diff)
downloadpfsense-1d4db0621b01c44d523baac79e404f904ffab16e.zip
pfsense-1d4db0621b01c44d523baac79e404f904ffab16e.tar.gz
cp each file instead of all files
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index cce975a..cceb8d3 100755
--- a/etc/rc
+++ b/etc/rc
@@ -68,7 +68,8 @@ fi
if [ "$PLATFORM" = "cdrom" ]; then
[ ! -L /cf/conf ] || ln -s /cf/conf /conf
- [ ! -f /cf/conf/config.xml ] || cp /FreeSBIE/cf/conf/* /cf/conf/ 2>/dev/null
+ [ ! -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/
fi
OpenPOWER on IntegriCloud