diff options
Diffstat (limited to 'mail/postfix/patches/patch-aa')
-rw-r--r-- | mail/postfix/patches/patch-aa | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/mail/postfix/patches/patch-aa b/mail/postfix/patches/patch-aa index 521294995c7..12d3025fdbd 100644 --- a/mail/postfix/patches/patch-aa +++ b/mail/postfix/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.12 2003/04/17 06:22:18 martti Exp $ +$NetBSD: patch-aa,v 1.13 2003/05/01 14:07:58 jmmv Exp $ ---- postfix-install.orig 2003-03-21 21:04:53.000000000 +0200 -+++ postfix-install 2003-04-17 08:53:23.000000000 +0300 -@@ -338,33 +338,13 @@ +--- 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 : ${tempdir=`pwd`} : ${config_directory=`bin/postconf -h -d config_directory`} @@ -37,3 +37,17 @@ $NetBSD: patch-aa,v 1.12 2003/04/17 06:22:18 martti 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 \ + "sample_directory = $sample_directory" \ + "readme_directory = $readme_directory" \ + || exit 1 +- +-# If Postfix is being installed locally from source code, do the +-# 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 +-} |