diff options
author | W. Michael Petullo <mike@flyn.org> | 2014-10-31 20:34:30 -0400 |
---|---|---|
committer | W. Michael Petullo <mike@flyn.org> | 2014-10-31 20:34:30 -0400 |
commit | 055d2074f464cbed7a17602d34ffb44b6b9135be (patch) | |
tree | 2b76fa4717bc517653d2fb05582b225813cd02df /mail/bogofilter | |
parent | 91af216373f32b2d0f3559e2dc1871ffe5a92211 (diff) |
bogofilter: set BOGOFILTER_DIR to /etc/bogofilter, as /var/lib is wiped on reboot
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Diffstat (limited to 'mail/bogofilter')
-rw-r--r-- | mail/bogofilter/Makefile | 2 | ||||
-rwxr-xr-x | mail/bogofilter/files/postfix-bogofilter | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index c6db11b18..5ff72c0ff 100644 --- 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 index 7243b71e9..952d8cda3 100755 --- 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 |