diff options
-rw-r--r-- | mail/postfix-current/patches/patch-af | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/mail/postfix-current/patches/patch-af b/mail/postfix-current/patches/patch-af new file mode 100644 index 00000000000..3b5107150bb --- /dev/null +++ b/mail/postfix-current/patches/patch-af @@ -0,0 +1,38 @@ +--- conf/main.cf.orig Mon Aug 14 13:51:15 2000 ++++ conf/main.cf Mon Aug 14 14:06:06 2000 +@@ -1 +1,3 @@ ++# $NetBSD: patch-af,v 1.3 2000/08/14 05:07:17 itojun Exp $ ++# + # Global Postfix configuration file. This file lists only a subset +@@ -19,3 +21,3 @@ + # +-command_directory = /usr/sbin ++command_directory = __PREFIX/sbin + +@@ -26,3 +28,8 @@ + # +-daemon_directory = /usr/libexec/postfix ++daemon_directory = __PREFIX/libexec/postfix ++ ++# Shared files and etc directory ++etc_directory = /etc/postfix ++share_directory = __PREFIX/share/postfix ++man_directory = __PREFIX/man + +@@ -43,3 +50,3 @@ + # +-#default_privs = nobody ++default_privs = nobody + +@@ -84,2 +91,3 @@ + #inet_interfaces = $myhostname, localhost ++inet_interfaces = 0.0.0.0, :: + +@@ -376,5 +384,4 @@ + # +-debugger_command = +- PATH=/usr/bin:/usr/X11R6/bin +- xxgdb $daemon_directory/$process_name $process_id & sleep 5 ++debugger_command = PATH=/usr/bin:/usr/X11R6/bin; \ ++ xxgdb $daemon_directory/$process_name $process_id & sleep 5 + |