summaryrefslogtreecommitdiff
path: root/mail/postfix/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'mail/postfix/patches/patch-af')
-rw-r--r--mail/postfix/patches/patch-af12
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/postfix/patches/patch-af b/mail/postfix/patches/patch-af
index 20d253b783a..b2f53cd0c3b 100644
--- a/mail/postfix/patches/patch-af
+++ b/mail/postfix/patches/patch-af
@@ -1,9 +1,9 @@
-$NetBSD: patch-af,v 1.1 1999/05/30 18:18:31 tron Exp $
+$NetBSD: patch-af,v 1.2 1999/06/26 16:55:28 christos Exp $
--- conf/main.cf.orig Wed Mar 17 23:35:48 1999
+++ conf/main.cf Sun May 30 18:49:15 1999
@@ -1,3 +1,5 @@
-+# $NetBSD: patch-af,v 1.1 1999/05/30 18:18:31 tron Exp $
++# $NetBSD: patch-af,v 1.2 1999/06/26 16:55:28 christos Exp $
+#
# Global Postfix configuration file. This file lists only a subset
# of all 100+ parameters. See the sample-xxx.cf files for a full list.
@@ -19,7 +19,7 @@ $NetBSD: patch-af,v 1.1 1999/05/30 18:18:31 tron Exp $
# postXXX commands. The default value is $program_directory.
#
-#command_directory = /usr/sbin
-+command_directory = /usr/pkg/sbin
++command_directory = __PREFIX/sbin
# The daemon_directory parameter specifies the location of all Postfix
# daemon programs (i.e. programs listed in the master.cf file). The
@@ -27,12 +27,12 @@ $NetBSD: patch-af,v 1.1 1999/05/30 18:18:31 tron Exp $
# by root.
#
-#daemon_directory = /usr/libexec/postfix
-+daemon_directory = /usr/pkg/libexec/postfix
++daemon_directory = __PREFIX/libexec/postfix
+
+# Shared files and etc directory
+etc_directory = /etc/postfix
-+share_directory = /usr/pkg/share/postfix
-+man_directory = /usr/pkg/man
++share_directory = __PREFIX/share/postfix
++man_directory = __PREFIX/man
# QUEUE AND PROCESS OWNERSHIP
#