summaryrefslogtreecommitdiffstats
path: root/etc/phpshellsessions
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-08-31 02:12:04 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-08-31 02:12:04 +0000
commitb8e4d27622f3ea83cd4f74b6275e6b8961d65a52 (patch)
tree54fd8ceaa16f777c5b65291f5bd841a4305ec9fc /etc/phpshellsessions
parenta3eab43c957f856424cbef0761def694907cdf39 (diff)
downloadpfsense-b8e4d27622f3ea83cd4f74b6275e6b8961d65a52.zip
pfsense-b8e4d27622f3ea83cd4f74b6275e6b8961d65a52.tar.gz
Revert.
Diffstat (limited to 'etc/phpshellsessions')
-rw-r--r--etc/phpshellsessions/cvssync2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/phpshellsessions/cvssync b/etc/phpshellsessions/cvssync
index 3485737..a5485eb 100644
--- a/etc/phpshellsessions/cvssync
+++ b/etc/phpshellsessions/cvssync
@@ -137,7 +137,7 @@ exec("rm -f ${CODIR}/pfSense/etc/syslog.conf 2>/dev/null");
echo "===> Installing new files...\n";
-exec("cd $CODIR/pfSense ; tar -cvpf - . | (cd / ; tar -Uvxpf -)");
+exec("cd $CODIR/pfSense ; tar -cpf - . | (cd / ; tar -Uxpf -)");
post_cvssync_commands();
OpenPOWER on IntegriCloud