aboutsummaryrefslogtreecommitdiffstats
path: root/packages/postfix
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/postfix
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/postfix')
-rw-r--r--packages/postfix/postfix_2.0.20.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/postfix/postfix_2.0.20.bb b/packages/postfix/postfix_2.0.20.bb
index 06e173a5c4..97bc253aff 100644
--- a/packages/postfix/postfix_2.0.20.bb
+++ b/packages/postfix/postfix_2.0.20.bb
@@ -1,7 +1,7 @@
SECTION = "console/network"
DEPENDS = "virtual/db libpcre postfix-native"
LICENSE = "IPL"
-PR = "r9"
+PR = "r10"
SRC_URI = "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV}.tar.gz \
file://${FILESDIR}/makedefs.patch;patch=1 \
@@ -64,7 +64,7 @@ pkg_postinst () {
rm -f /var/tmp/main_cf.sh
chmod 644 /etc/postfix/main.cf
[ -d /var/spool/postfix ] && rmdir /var/spool/postfix
- /etc/init.d/populate-volatile.sh
+ /etc/init.d/populate-volatile.sh update
touch /etc/aliases
newaliases
update-alternatives --install sendmail sendmail ${sbindir}/sendmail.${PN} 40