diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2005-09-18 15:18:33 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-18 15:18:33 +0000 |
commit | daf87f10c7967670ac52ef43178da19e278ad919 (patch) | |
tree | 88044f3d62d262a939f1b0601855216c01e1d5f6 /packages/postfix/postfix_2.0.20.bb | |
parent | 632dbffeb2cb1c0533fe7650d4331b8e0fbc5e6d (diff) | |
parent | 0da38f02c716eace6b9be8e5217c93072c49108b (diff) |
merge of a8e888a8558f7e09b0116a15e86437cbee47b180
and b9817db6eb0bf96c168e419003466c7235191838
Diffstat (limited to 'packages/postfix/postfix_2.0.20.bb')
-rw-r--r-- | packages/postfix/postfix_2.0.20.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/postfix/postfix_2.0.20.bb b/packages/postfix/postfix_2.0.20.bb index 66839764b7..a676c3f809 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 = "db3 pcre postfix-native" LICENSE = "IPL" -PR = "r6" +PR = "r7" SRC_URI = "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV}.tar.gz \ file://${FILESDIR}/makedefs.patch;patch=1 \ @@ -54,6 +54,7 @@ pkg_postinst () { chmod g+s /usr/sbin/postqueue chmod g+s /usr/sbin/postdrop /var/tmp/main_cf.sh >/etc/postfix/main.cf + 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 |