mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #489 from MikePetullo/master
bogofilter: set BOGOFILTER_DIR to /etc/bogofilter, as /var/lib is wiped ...
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=bogofilter
|
PKG_NAME:=bogofilter
|
||||||
PKG_VERSION:=1.2.4
|
PKG_VERSION:=1.2.4
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_LICENSE:=GPLv2
|
PKG_LICENSE:=GPLv2
|
||||||
PKG_LICENSE_FILE:=COPYING
|
PKG_LICENSE_FILE:=COPYING
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ FILTER_DIR=/mnt/sda1/var/spool/bogofilter
|
|||||||
# misleading traces in headers, such as local address
|
# misleading traces in headers, such as local address
|
||||||
# canonicalizations.
|
# canonicalizations.
|
||||||
POSTFIX="/usr/sbin/sendmail -G -i"
|
POSTFIX="/usr/sbin/sendmail -G -i"
|
||||||
export BOGOFILTER_DIR=/var/lib/bogofilter
|
export BOGOFILTER_DIR=/etc/bogofilter
|
||||||
|
|
||||||
# Exit codes from <sysexits.h>
|
# Exit codes from <sysexits.h>
|
||||||
EX_TEMPFAIL=75
|
EX_TEMPFAIL=75
|
||||||
|
|||||||
Reference in New Issue
Block a user