28 lines
887 B
Plaintext
28 lines
887 B
Plaintext
$OpenBSD: patch-modules_spamassassin_evolution-spamassassin_c,v 1.3 2012/09/28 13:49:04 ajacoutot Exp $
|
|
--- modules/spamassassin/evolution-spamassassin.c.orig Sun Sep 16 17:05:50 2012
|
|
+++ modules/spamassassin/evolution-spamassassin.c Fri Sep 28 12:27:26 2012
|
|
@@ -37,19 +37,19 @@
|
|
((obj), E_TYPE_SPAM_ASSASSIN, ESpamAssassin))
|
|
|
|
#ifndef SPAMASSASSIN_BINARY
|
|
-#define SPAMASSASSIN_BINARY "/usr/bin/spamassassin"
|
|
+#define SPAMASSASSIN_BINARY "${LOCALBASE}/bin/spamassassin"
|
|
#endif
|
|
|
|
#ifndef SA_LEARN_BINARY
|
|
-#define SA_LEARN_BINARY "/usr/bin/sa-learn"
|
|
+#define SA_LEARN_BINARY "${LOCALBASE}/bin/sa-learn"
|
|
#endif
|
|
|
|
#ifndef SPAMC_BINARY
|
|
-#define SPAMC_BINARY "/usr/bin/spamc"
|
|
+#define SPAMC_BINARY "${LOCALBASE}/bin/spamc"
|
|
#endif
|
|
|
|
#ifndef SPAMD_BINARY
|
|
-#define SPAMD_BINARY "/usr/bin/spamd"
|
|
+#define SPAMD_BINARY "${LOCALBASE}/bin/spamd"
|
|
#endif
|
|
|
|
/* For starting our own daemon. */
|