aboutsummaryrefslogtreecommitdiffstats
path: root/packages/bogofilter
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-11-22 00:38:00 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-11-22 00:38:00 +0000
commitbf547c9043b91d9a7d8785e1cc5a5c6f74fe499c (patch)
treedea775dc1f2ecd5dd68c4567cea9906a9b76b7a3 /packages/bogofilter
parent5ad430932e4d09cc0207ad9cfa029e0e08252b37 (diff)
downloadopenembedded-bf547c9043b91d9a7d8785e1cc5a5c6f74fe499c.tar.gz
packages: Update the packages that use volatiles to pass update as a
parameter to populate-volatiles.sh to ensure that the volatiles cache is updated (if its in use) when a package is added after the initial boot. The update parameter is ignore is the cache is not in use and by older versions of populate-volatiles.sh that don't support this parameter.
Diffstat (limited to 'packages/bogofilter')
-rw-r--r--packages/bogofilter/bogofilter_0.96.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/bogofilter/bogofilter_0.96.0.bb b/packages/bogofilter/bogofilter_0.96.0.bb
index 0b85c96ada..dba0893b2b 100644
--- a/packages/bogofilter/bogofilter_0.96.0.bb
+++ b/packages/bogofilter/bogofilter_0.96.0.bb
@@ -5,7 +5,7 @@ DESCRIPTION = "Bogofilter is a mail filter that classifies mail as spam or ham (
by a statistical analysis of the message's header and content (body). \
The program is able to learn from the user's classifications and corrections."
LICENSE = "GPL"
-PR = "r5"
+PR = "r6"
PRIORITY = "optional"
SRC_URI = "http://download.sourceforge.net/bogofilter/bogofilter-${PV}.tar.bz2 \
@@ -34,5 +34,5 @@ pkg_postinst () {
echo "bogofilter unix - n n - - pipe" >> /etc/postfix/master.cf
echo " flags=R user=bogo argv=/usr/bin/postfix-filter.sh -f ${sender} -- ${recipient}" >> /etc/postfix/master.cf
}
- /etc/init.d/populate-volatile.sh
+ /etc/init.d/populate-volatile.sh update
}