diff options
author | martti <martti> | 2004-06-21 16:13:23 +0000 |
---|---|---|
committer | martti <martti> | 2004-06-21 16:13:23 +0000 |
commit | 37eb0704eb4ea914f1864b5dc4d5efc6e8c04b65 (patch) | |
tree | 9f0dffe178e641982420bf6b1fa40434939c0302 /mail/postfix/patches/patch-aa | |
parent | 55ed7a1ccc5baabfb063e3055799e8df43508f95 (diff) | |
download | pkgsrc-37eb0704eb4ea914f1864b5dc4d5efc6e8c04b65.tar.gz |
Updated postfix to 2.1.3
This is the new 2.1.x series, please see www.postfix.org for
complete list of changes since 2.0.20.
Diffstat (limited to 'mail/postfix/patches/patch-aa')
-rw-r--r-- | mail/postfix/patches/patch-aa | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/mail/postfix/patches/patch-aa b/mail/postfix/patches/patch-aa index 12d3025fdbd..b7b9b847da8 100644 --- a/mail/postfix/patches/patch-aa +++ b/mail/postfix/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.13 2003/05/01 14:07:58 jmmv Exp $ +$NetBSD: patch-aa,v 1.14 2004/06/21 16:13:23 martti Exp $ ---- postfix-install.orig 2003-03-21 20:04:53.000000000 +0100 -+++ postfix-install -@@ -338,33 +338,13 @@ README files. Specify \"no\" if you do n +--- postfix-install.orig 2004-04-14 11:45:23.000000000 -0400 ++++ postfix-install 2004-05-23 22:32:31.000000000 -0400 +@@ -354,33 +354,13 @@ : ${tempdir=`pwd`} : ${config_directory=`bin/postconf -h -d config_directory`} @@ -37,7 +37,7 @@ $NetBSD: patch-aa,v 1.13 2003/05/01 14:07:58 jmmv Exp $ # If a parameter is not set via the command line or environment, # try to use settings from installed configuration files. -@@ -652,13 +632,3 @@ bin/postconf -c $CONFIG_DIRECTORY -e \ +@@ -715,10 +695,3 @@ "sample_directory = $sample_directory" \ "readme_directory = $readme_directory" \ || exit 1 @@ -46,8 +46,5 @@ $NetBSD: patch-aa,v 1.13 2003/05/01 14:07:58 jmmv Exp $ -# post-install processing now. - -test -n "$install_root" || { -- export daemon_directory command_directory queue_directory sendmail_path \ -- newaliases_path mailq_path mail_owner setgid_group manpage_directory \ -- sample_directory readme_directory -- ${SHELL} conf/post-install $post_install_options || exit 1 +- bin/postfix post-install $post_install_options || exit 1 -} |