diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-04-11 20:26:42 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-04-11 20:26:42 +0000 |
commit | 7c29d06ad1d7a8a7c8131fc5b4d7bc47189b93f9 (patch) | |
tree | d07d422c1d8492c6e42f5b5b2a4c85680d637a2f | |
parent | 3ca3422f8f014ee7291dab3031c2f80214d7aa9c (diff) | |
download | pfsense-packages-7c29d06ad1d7a8a7c8131fc5b4d7bc47189b93f9.tar.gz pfsense-packages-7c29d06ad1d7a8a7c8131fc5b4d7bc47189b93f9.tar.bz2 pfsense-packages-7c29d06ad1d7a8a7c8131fc5b4d7bc47189b93f9.zip |
Download spamd_gather_stats.php to /usr/local/bin/
-rw-r--r-- | packages/spamd.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/spamd.xml b/packages/spamd.xml index 168f3ce5..76a58ab0 100644 --- a/packages/spamd.xml +++ b/packages/spamd.xml @@ -73,6 +73,11 @@ <chmod>0755</chmod> <item>http://www.pfsense.com/packages/config/spamd_db_ext.php</item> </additional_files_needed> + <additional_files_needed> + <prefix>/usr/local/bin/</prefix> + <chmod>0755</chmod> + <item>http://www.pfsense.com/packages/config/spamd_gather_stats.php</item> + </additional_files_needed> <!-- configpath gets expanded out automatically and config items will be stored in that location --> <configpath>['installedpackages']['spamd']['config']</configpath> |