diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-02-05 07:25:11 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-02-05 07:25:11 +0000 |
commit | c123ca2922f22f19ca69e1c0d02b81533bee4312 (patch) | |
tree | 52931ab0ef330b036c95acda55a1825513475188 /packages/spamd.xml | |
parent | e295ac257731df843a0a0cde46630d5013259501 (diff) | |
download | pfsense-packages-c123ca2922f22f19ca69e1c0d02b81533bee4312.tar.gz pfsense-packages-c123ca2922f22f19ca69e1c0d02b81533bee4312.tar.bz2 pfsense-packages-c123ca2922f22f19ca69e1c0d02b81533bee4312.zip |
Add <backup_file> which will be included with package backups soon to backup essential files not included by config.xml
Diffstat (limited to 'packages/spamd.xml')
-rw-r--r-- | packages/spamd.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/spamd.xml b/packages/spamd.xml index 8a7fc6ea..9bceb8fd 100644 --- a/packages/spamd.xml +++ b/packages/spamd.xml @@ -3,7 +3,8 @@ <name>spamdsources</name> <version>4.2</version> <include_file>/usr/local/pkg/spamd.inc</include_file> - <title></title> + <title>SpamD</title> + <backup_file>/var/db/spamd</backup_file> <!-- Menu is where this packages menu will appear --> <menu> <name>SpamD</name> @@ -12,7 +13,7 @@ </menu> <service> <name>spamd</name> - <rcfile>spamd.sh</rcfile> + <rcfile>/usr/local/etc/rc.d/spamd.sh</rcfile> </service> <tabs> <tab> |