summaryrefslogtreecommitdiff
path: root/mail/postfix-current
diff options
context:
space:
mode:
authoritojun <itojun>2000-08-14 05:07:17 +0000
committeritojun <itojun>2000-08-14 05:07:17 +0000
commit6d68844f4ca3a8d25ab51a25a8c9846b393d920c (patch)
tree0eb6efbf0a48b5b6c3cf5e6037ea90386347b713 /mail/postfix-current
parentee7e3ee3322be29dbe1811c59905ab705720ce09 (diff)
downloadpkgsrc-6d68844f4ca3a8d25ab51a25a8c9846b393d920c.tar.gz
install appropriate default value for main.cf.
Diffstat (limited to 'mail/postfix-current')
-rw-r--r--mail/postfix-current/patches/patch-af38
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
+