fully back out previous change and fix cvssync

This commit is contained in:
Chris Buechler 2008-06-22 05:24:59 +00:00
parent 97e9b10901
commit 2b519cf71b

View File

@ -108,8 +108,6 @@ exec("rm -rf ${CODIR}/pfSense/root/.shrc");
exec("rm -rf ${CODIR}/pfSense/root/.tcshrc");
exec("rm -f ${CODIR}/pfSense/etc/syslog.conf 2>/dev/null");
echo "Finding zero byte files (binaries)..."
echo "Installing new files...\n";
exec("cd $CODIR/pfSense ; tar -cpf - . | (cd / ; tar -Uxpf -)");