Browse Source

Merge pull request #489 from MikePetullo/master

bogofilter: set BOGOFILTER_DIR to /etc/bogofilter, as /var/lib is wiped ...
Ted Hess 10 years ago
parent
commit
54e6a99e6b
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      mail/bogofilter/Makefile
  2. 1
    1
      mail/bogofilter/files/postfix-bogofilter

+ 1
- 1
mail/bogofilter/Makefile View File

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=bogofilter
11 11
 PKG_VERSION:=1.2.4
12
-PKG_RELEASE:=2
12
+PKG_RELEASE:=3
13 13
 
14 14
 PKG_LICENSE:=GPLv2
15 15
 PKG_LICENSE_FILE:=COPYING

+ 1
- 1
mail/bogofilter/files/postfix-bogofilter View File

@@ -12,7 +12,7 @@ FILTER_DIR=/mnt/sda1/var/spool/bogofilter
12 12
 # misleading traces in headers, such as local address
13 13
 # canonicalizations.
14 14
 POSTFIX="/usr/sbin/sendmail -G -i"
15
-export BOGOFILTER_DIR=/var/lib/bogofilter
15
+export BOGOFILTER_DIR=/etc/bogofilter
16 16
 
17 17
 # Exit codes from <sysexits.h>
18 18
 EX_TEMPFAIL=75