summaryrefslogtreecommitdiffstats
path: root/etc/phpshellsessions
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-07-23 01:12:40 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-07-23 01:12:40 +0000
commit037ac5794727891918dd65ac0400eeb6eb42c73d (patch)
tree06ba045c463641809ca1c64c05a88a5d935aacf6 /etc/phpshellsessions
parentd01e6aee3f83f3d4934bd79e923ee7ee0df0bf57 (diff)
downloadpfsense-037ac5794727891918dd65ac0400eeb6eb42c73d.zip
pfsense-037ac5794727891918dd65ac0400eeb6eb42c73d.tar.gz
Unbreak
Diffstat (limited to 'etc/phpshellsessions')
-rw-r--r--etc/phpshellsessions/cvssync3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync
index 828d075..9520b04 100644
--- a/etc/phpshellsessions/cvssync
+++ b/etc/phpshellsessions/cvssync
@@ -108,9 +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)..."
-find $CODIR/pfSense -perm -+x -type f -size 0 -exec rm {} \;
-
echo "Installing new files...\n";
exec("cd $CODIR/pfSense ; tar -cpf - . | (cd / ; tar -Uxpf -)");
OpenPOWER on IntegriCloud