diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-06-04 22:27:29 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-06-04 22:27:29 +0000 |
commit | 92485503241dddaafa85fc76c1d0256436147757 (patch) | |
tree | 80c2066e02faa73195b4939e3a6a4bf7c2574cb2 | |
parent | 7095d650b65270e659e0b8a2c53520076a20af27 (diff) | |
download | pfsense-packages-92485503241dddaafa85fc76c1d0256436147757.tar.gz pfsense-packages-92485503241dddaafa85fc76c1d0256436147757.tar.bz2 pfsense-packages-92485503241dddaafa85fc76c1d0256436147757.zip |
Use new method of requesting additional files instead of the old tarball method.
-rw-r--r-- | packages/spamd.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/packages/spamd.xml b/packages/spamd.xml index 7fc2bf17..ada8a8ed 100644 --- a/packages/spamd.xml +++ b/packages/spamd.xml @@ -22,8 +22,15 @@ </tab> </tabs> <additional_files_needed> - <item>http://www.pfsense.com/packages/config/spamd.tgz</item> + <prefix>/usr/local/www/</prefix> + <chmod>a+rx</chmod> + <item>http://www.pfsense.com/packages/config/spamd_rules.php</item> </additional_files_needed> + <additional_files_needed> + <prefix>/usr/local/pkg/</prefix> + <chmod>a+rx</chmod> + <item>http://www.pfsense.com/packages/config/spamd_whitelist.xml</item> + </additional_files_needed> <!-- configpath gets expanded out automatically and config items will be stored in that location --> <configpath>['installedpackages']['spamd']['config']</configpath> |