summaryrefslogtreecommitdiff
path: root/postfix-lmdb/postfix-install.patch
blob: 90d878c4817f30078a4f8337322287aff9a79a07 (plain)
    1 --- a/postfix-install
    2 +++ b/postfix-install
    3 @@ -832,7 +832,7 @@
    4  # the wrong place when Postfix is being upgraded.
    5  
    6  case "$mail_version" in
    7 -"") mail_version="`bin/postconf -dhx mail_version`" || exit 1
    8 +"") mail_version="`bin/postconf -c $CONFIG_DIRECTORY -dhx mail_version`" || exit 1
    9  esac
   10  
   11  # Undo MAIL_VERSION expansion at the end of a parameter value. If

Generated by cgit