commit 54e6a99e6b28534de551a3f774ea768f0e9d8c15
parent 91af216373f32b2d0f3559e2dc1871ffe5a92211
Author: Ted Hess <thess@kitschensync.net>
Date: Fri, 31 Oct 2014 21:36:27 -0400
Merge pull request #489 from MikePetullo/master
bogofilter: set BOGOFILTER_DIR to /etc/bogofilter, as /var/lib is wiped ...
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=bogofilter
PKG_VERSION:=1.2.4
-PKG_RELEASE:=2
+PKG_RELEASE:=3
PKG_LICENSE:=GPLv2
PKG_LICENSE_FILE:=COPYING
diff --git a/mail/bogofilter/files/postfix-bogofilter b/mail/bogofilter/files/postfix-bogofilter
@@ -12,7 +12,7 @@ FILTER_DIR=/mnt/sda1/var/spool/bogofilter
# misleading traces in headers, such as local address
# canonicalizations.
POSTFIX="/usr/sbin/sendmail -G -i"
-export BOGOFILTER_DIR=/var/lib/bogofilter
+export BOGOFILTER_DIR=/etc/bogofilter
# Exit codes from <sysexits.h>
EX_TEMPFAIL=75