summaryrefslogtreecommitdiffstats
path: root/etc/phpshellsessions
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-11-23 23:38:29 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-11-23 23:38:29 +0000
commitdbec18e1d46d8687bc555ccfdf1585035f28494d (patch)
treecf6bc22f5bf79a6ea7f9f99d5606924542751650 /etc/phpshellsessions
parent48d7fcbf5acb1e97df1fca152527a9b04c94b6a4 (diff)
downloadpfsense-dbec18e1d46d8687bc555ccfdf1585035f28494d.zip
pfsense-dbec18e1d46d8687bc555ccfdf1585035f28494d.tar.gz
* Use system
* Use correct filename
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 415db71..257aece 100644
--- a/etc/phpshellsessions/cvssync
+++ b/etc/phpshellsessions/cvssync
@@ -232,6 +232,6 @@ function post_cvssync_commands() {
conf_mount_ro();
echo "===> Showing rules.debug differences\n";
-exec("diff -u /tmp/rules.beforecvssync /conf/config.xml");
+system("diff -u /tmp/rules.beforecvssync /tmp/rules.debug");
echo "\n";
OpenPOWER on IntegriCloud