bogofilter: set BOGOFILTER_DIR to /etc/bogofilter, as /var/lib is wiped on reboot

Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
W. Michael Petullo 2014-10-31 20:34:30 -04:00
parent 91af216373
commit 055d2074f4
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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