From 2b519cf71b2daf529b31ca069131728a4e7055ca Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Sun, 22 Jun 2008 05:24:59 +0000 Subject: [PATCH] fully back out previous change and fix cvssync --- etc/phpshellsessions/cvssync | 2 -- 1 file changed, 2 deletions(-) diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync index 9113950e18..57303e6424 100644 --- a/etc/phpshellsessions/cvssync +++ b/etc/phpshellsessions/cvssync @@ -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 -)");