diff options
author | Valery Kartel <valery.kartel@gmail.com> | 2016-02-27 00:38:04 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-03-01 12:22:49 +0000 |
commit | 5c0e167b930b721fe4c8043b4fcf95a0818a6180 (patch) | |
tree | 2f1025c1cb87a54cda084bb451f67ae234cd2e85 /main/postfix/postfix-install.patch | |
parent | 259369d0a6b4ba524c6f0c471989e40ffa204d8d (diff) | |
download | aports-5c0e167b930b721fe4c8043b4fcf95a0818a6180.tar.bz2 aports-5c0e167b930b721fe4c8043b4fcf95a0818a6180.tar.xz |
main/postfix: upgrade to 3.1.0
Diffstat (limited to 'main/postfix/postfix-install.patch')
-rw-r--r-- | main/postfix/postfix-install.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/main/postfix/postfix-install.patch b/main/postfix/postfix-install.patch new file mode 100644 index 0000000000..90d878c481 --- /dev/null +++ b/main/postfix/postfix-install.patch @@ -0,0 +1,11 @@ +--- a/postfix-install ++++ b/postfix-install +@@ -832,7 +832,7 @@ + # the wrong place when Postfix is being upgraded. + + case "$mail_version" in +-"") mail_version="`bin/postconf -dhx mail_version`" || exit 1 ++"") mail_version="`bin/postconf -c $CONFIG_DIRECTORY -dhx mail_version`" || exit 1 + esac + + # Undo MAIL_VERSION expansion at the end of a parameter value. If |