cp each file instead of all files

This commit is contained in:
Scott Ullrich 2005-06-19 00:45:07 +00:00
parent 78fc143d17
commit 1d4db0621b

3
etc/rc
View File

@ -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