diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-19 12:19:07 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-01-19 12:19:07 +0000 |
commit | 86afb7175b68ae54d508ec258188607473e4c670 (patch) | |
tree | 1778a1004ada47692f045d3d46c99cd886141f4f /main/postfix/APKBUILD | |
parent | 837150e087891264f567ad5dddbb962d37019121 (diff) | |
download | aports-86afb7175b68ae54d508ec258188607473e4c670.tar.bz2 aports-86afb7175b68ae54d508ec258188607473e4c670.tar.xz |
main/postfix: init.d script fixes
sync with gentoo's init.d
- replace opts variable. ref #943
- add abort and flush extra commands
Diffstat (limited to 'main/postfix/APKBUILD')
-rw-r--r-- | main/postfix/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/postfix/APKBUILD b/main/postfix/APKBUILD index 7627e4fe19..52d067c972 100644 --- a/main/postfix/APKBUILD +++ b/main/postfix/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=postfix pkgver=2.8.7 -pkgrel=0 +pkgrel=1 pkgdesc="Secure and fast drop-in replacement for Sendmail (MTA)" url="http://www.postfix.org/" arch="all" @@ -153,7 +153,7 @@ pgsql() { _mv_dict pgsql ; } sqlite() { _mv_dict sqlite ; } md5sums="b3ff47a38db920fc15bb207f42da53db postfix-2.8.7.tar.gz -6bbabcd041aefaf40e1f3ee1fc1d6d7e postfix.initd +d773f01dcc965d219a8a37b88f89c5bf postfix.initd 632fce950f64aa0794f9c2af85d45423 0001-support-for-dynamic-maps.patch 442efd1a95b0c061dfb8ab75456e0f24 dynamicmaps.cf 2ebe51a882eb9d6d7866583eb6af3969 postfix-ldap.post-install |