diff options
author | Mario Preksavec <mario@slackware.hr> | 2015-11-09 14:27:10 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-14 07:08:01 +0700 |
commit | 755915e32c76be8064ea0748ae0581439aacafbc (patch) | |
tree | 7d5855fee778212c66635690ee871ac69525fd68 /network/postfix/patches | |
parent | 4e268f710b2e00c25dd42f092ae71303333ce973 (diff) | |
download | slackbuilds-755915e32c76be8064ea0748ae0581439aacafbc.tar.gz |
network/postfix: Updated for version 3.0.3.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Diffstat (limited to 'network/postfix/patches')
-rw-r--r-- | network/postfix/patches/postconf.diff | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/network/postfix/patches/postconf.diff b/network/postfix/patches/postconf.diff new file mode 100644 index 0000000000..c51c1822fe --- /dev/null +++ b/network/postfix/patches/postconf.diff @@ -0,0 +1,31 @@ +--- postfix-3.0.3/postfix-install.orig 2015-01-29 23:15:30.000000000 +0100 ++++ postfix-3.0.3/postfix-install 2015-10-17 03:57:42.269896095 +0200 +@@ -248,7 +248,7 @@ + case "$junk" in + *MAIL_VERSION*) + case "$mail_version" in +- "") mail_version="`bin/postconf -dhx mail_version`" || exit 1 ++ "") mail_version="`bin/postconf -c conf -dhx mail_version`" || exit 1 + esac + val=`echo "$junk" | sed 's/MAIL_VERSION$/'"$mail_version/g"` || exit 1 + case "$val" in +@@ -810,7 +810,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 conf -dhx mail_version`" || exit 1 + esac + + # Undo MAIL_VERSION expansion at the end of a parameter value. If +--- postfix-3.0.3/Makefile.in.orig 2014-09-25 21:16:29.000000000 +0200 ++++ postfix-3.0.3/Makefile.in 2015-10-17 04:01:27.170920308 +0200 +@@ -20,7 +20,7 @@ + EXPAND = sed -e "s;\$${LIB_PREFIX};$(LIB_PREFIX);" \ + -e "s;\$${LIB_SUFFIX};$(LIB_SUFFIX);" + SHLIB_DIR_OVERRIDE = \ +- $${shlib_directory:-`$(SHLIB_ENV) bin/postconf -dhx shlib_directory`} ++ $${shlib_directory:-`$(SHLIB_ENV) bin/postconf -c conf -dhx shlib_directory`} + + default: update + |