From 2cbec05a650dd700491ad36fcfc4d7675eb9017e Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 19 Jun 2005 01:28:04 +0000 Subject: [PATCH] Copy files to /cf/conf/ --- etc/rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/rc b/etc/rc index 82237f9bed..325c2a89a2 100755 --- a/etc/rc +++ b/etc/rc @@ -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