bogofilter: set BOGOFILTER_DIR to /etc/bogofilter, as /var/lib is wiped on reboot 489/head
authorW. Michael Petullo <mike@flyn.org>
Sat, 1 Nov 2014 00:34:30 +0000 (20:34 -0400)
committerW. Michael Petullo <mike@flyn.org>
Sat, 1 Nov 2014 00:34:30 +0000 (20:34 -0400)
Signed-off-by: W. Michael Petullo <mike@flyn.org>
mail/bogofilter/Makefile
mail/bogofilter/files/postfix-bogofilter

index c6db11b18bccc634e9e38d3eabc9a1646f753c11..5ff72c0ff7b99d5ba1b7210e31390e5a8dddab30 100644 (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
index 7243b71e925ebea9d041257202f4b27542ed4d33..952d8cda31017972dc255c63b8a51a4e0c17624c 100755 (executable)
@@ -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