From 1d4db0621b01c44d523baac79e404f904ffab16e Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 19 Jun 2005 00:45:07 +0000 Subject: [PATCH] cp each file instead of all files --- etc/rc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/rc b/etc/rc index cce975aede..cceb8d331d 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