From: W. Michael Petullo Date: Sat, 1 Nov 2014 00:34:30 +0000 (-0400) Subject: bogofilter: set BOGOFILTER_DIR to /etc/bogofilter, as /var/lib is wiped on reboot X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=055d2074f464cbed7a17602d34ffb44b6b9135be;p=feed%2Fpackages.git bogofilter: set BOGOFILTER_DIR to /etc/bogofilter, as /var/lib is wiped on reboot Signed-off-by: W. Michael Petullo --- diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index c6db11b18b..5ff72c0ff7 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 7243b71e92..952d8cda31 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 EX_TEMPFAIL=75