97c1694af7
- use /var/db/spamassassin as homedir for _spamdaemon user - does _not_ remove /var/db/spamassassin when using `pkg_delete -c` "go ahead" steven@
22 lines
787 B
Plaintext
22 lines
787 B
Plaintext
$OpenBSD: patch-sa-update_raw,v 1.2 2006/10/27 10:12:44 ajacoutot Exp $
|
|
--- sa-update.raw.orig Mon Oct 9 19:34:35 2006
|
|
+++ sa-update.raw Sun Oct 22 20:36:01 2006
|
|
@@ -1225,7 +1225,7 @@ Options:
|
|
|
|
--updatedir path Directory to place updates, defaults to the
|
|
SpamAssassin site rules directory (def:
|
|
- /var/lib/spamassassin/<version>)
|
|
+ @@LOCAL_STATE_DIR@@/<version>)
|
|
|
|
--channel channel Retrieve updates from this channel
|
|
Use multiple times for multiple channels
|
|
@@ -1263,7 +1263,7 @@ Update archives are verified by default
|
|
|
|
By default, C<sa-update> will use the system-wide rules update directory:
|
|
|
|
- @@LOCAL_STATE_DIR@@/spamassassin/@@VERSION@@
|
|
+ @@LOCAL_STATE_DIR@@/@@VERSION@@
|
|
|
|
If the updates should be stored in another location, specify it here.
|
|
|