mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-13 06:23:45 -04:00
48 lines
1.4 KiB
Plaintext
48 lines
1.4 KiB
Plaintext
$NetBSD: patch-aa,v 1.24 2015/09/07 09:47:01 fhajny Exp $
|
|
|
|
Make this pkgsrc friendly.
|
|
|
|
--- postfix-install.orig 2015-01-29 22:15:30.000000000 +0000
|
|
+++ postfix-install
|
|
@@ -436,26 +436,6 @@ template files main.cf.proto and master.
|
|
: ${tempdir=`pwd`}
|
|
: ${config_directory=`bin/postconf -c conf -h -d config_directory`}
|
|
|
|
-# Find out the location of installed configuration files.
|
|
-
|
|
-test -z "$non_interactive" && for name in install_root tempdir config_directory
|
|
-do
|
|
- while :
|
|
- do
|
|
- echo
|
|
- eval echo Please specify \$${name}_prompt | ${FMT}
|
|
- eval echo \$n "$name: [\$$name]\ \$c"
|
|
- read ans
|
|
- case $ans in
|
|
- "") break;;
|
|
- *) case $ans in
|
|
- /*) eval $name=$ans; break;;
|
|
- *) echo; echo $0: Error: $name should be an absolute path name. 1>&2;;
|
|
- esac;;
|
|
- esac
|
|
- done
|
|
-done
|
|
-
|
|
# In case some systems special-case pathnames beginning with //.
|
|
|
|
case $install_root in
|
|
@@ -847,13 +827,3 @@ bin/postconf -c $CONFIG_DIRECTORY -e \
|
|
"shlib_directory = $shlib_directory" \
|
|
"meta_directory = $meta_directory" \
|
|
|| exit 1
|
|
-
|
|
-# If Postfix is being installed locally from source code, do the
|
|
-# post-install processing now.
|
|
-
|
|
-# The unexpansion above may have side effects on exported variables.
|
|
-# It does not matter because bin/postfix below will override them.
|
|
-
|
|
-test -n "$install_root" || {
|
|
- bin/postfix post-install $post_install_options || exit 1
|
|
-}
|