diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-01-28 05:46:38 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-01-28 05:46:38 +0000 |
commit | 7235086ba6d12cd2899be080c4e3cea5db575fa6 (patch) | |
tree | 6610b19ce080e199177045bf64dcf6cba4576b89 /packages/spamd.xml | |
parent | 2152dafe9b59fd558b17ce4b24bb55770232bf63 (diff) | |
download | pfsense-packages-7235086ba6d12cd2899be080c4e3cea5db575fa6.tar.gz pfsense-packages-7235086ba6d12cd2899be080c4e3cea5db575fa6.tar.bz2 pfsense-packages-7235086ba6d12cd2899be080c4e3cea5db575fa6.zip |
* Dont process empty items
* Misc changes
Now works out of the box
Diffstat (limited to 'packages/spamd.xml')
-rw-r--r-- | packages/spamd.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/spamd.xml b/packages/spamd.xml index 38229f22..743179ee 100644 --- a/packages/spamd.xml +++ b/packages/spamd.xml @@ -6,7 +6,7 @@ <title></title> <!-- Menu is where this packages menu will appear --> <menu> - <name>spamd</name> + <name>SpamD</name> <section>Services</section> <configfile>spamd.xml</configfile> </menu> @@ -17,12 +17,12 @@ </service> <tabs> <tab> - <text>spamd Settings</text> + <text>SpamD Settings</text> <url>/pkg.php?xml=spamd.xml</url> <active/> </tab> <tab> - <text>spamd Whitelist</text> + <text>SpamD Whitelist</text> <url>/pkg.php?xml=spamd_whitelist.xml</url> </tab> </tabs> |