diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-06-19 01:28:04 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-06-19 01:28:04 +0000 |
commit | 2cbec05a650dd700491ad36fcfc4d7675eb9017e (patch) | |
tree | dbdfa4df8ad1a85eba295b66534d5a001cd25296 /etc/rc | |
parent | d05a7d5fe8781102097680a75b8febe472d1b6ca (diff) | |
download | pfsense-2cbec05a650dd700491ad36fcfc4d7675eb9017e.zip pfsense-2cbec05a650dd700491ad36fcfc4d7675eb9017e.tar.gz |
Copy files to /cf/conf/
Diffstat (limited to 'etc/rc')
-rwxr-xr-x | etc/rc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -69,8 +69,8 @@ fi if [ "$PLATFORM" = "cdrom" ]; then [ ! -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 + [ ! -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/ mkdir /var/db/ fi |