aboutsummaryrefslogtreecommitdiffstats
path: root/mail/postfix23/files
diff options
context:
space:
mode:
authortorstenb <torstenb@FreeBSD.org>1999-04-07 22:51:34 +0800
committertorstenb <torstenb@FreeBSD.org>1999-04-07 22:51:34 +0800
commit36020d2841e44fe2350b7420db3dea779e131941 (patch)
tree59ce4901fb8111731edf86862bb5ecfd4fdcd49c /mail/postfix23/files
parent2ef758fcb94d97af75cc2f8ce97a1f02fff991c2 (diff)
downloadfreebsd-ports-gnome-36020d2841e44fe2350b7420db3dea779e131941.tar.gz
freebsd-ports-gnome-36020d2841e44fe2350b7420db3dea779e131941.tar.zst
freebsd-ports-gnome-36020d2841e44fe2350b7420db3dea779e131941.zip
Fix program_directory in main.cf
Diffstat (limited to 'mail/postfix23/files')
-rw-r--r--mail/postfix23/files/patch-ab2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix23/files/patch-ab b/mail/postfix23/files/patch-ab
index 6824371c251b..2f113e55a1ee 100644
--- a/mail/postfix23/files/patch-ab
+++ b/mail/postfix23/files/patch-ab
@@ -25,7 +25,7 @@
# Postfix support programs and daemons. This setting can be overruled
# with the command_directory and daemon_directory parameters.
#
-! program_directory = !!PREFIX!!/pbexec/postfix
+! program_directory = !!PREFIX!!/libexec/postfix
# The command_directory parameter specifies the location of all
# postXXX commands. The default value is $program_directory.