diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-11-23 23:38:29 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-11-23 23:38:29 +0000 |
commit | dbec18e1d46d8687bc555ccfdf1585035f28494d (patch) | |
tree | cf6bc22f5bf79a6ea7f9f99d5606924542751650 | |
parent | 48d7fcbf5acb1e97df1fca152527a9b04c94b6a4 (diff) | |
download | pfsense-dbec18e1d46d8687bc555ccfdf1585035f28494d.zip pfsense-dbec18e1d46d8687bc555ccfdf1585035f28494d.tar.gz |
* Use system
* Use correct filename
-rw-r--r-- | etc/phpshellsessions/cvssync | 2 |
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"; |