diff options
author | torstenb <torstenb@FreeBSD.org> | 1999-04-07 14:51:34 +0000 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1999-04-07 14:51:34 +0000 |
commit | 36020d2841e44fe2350b7420db3dea779e131941 (patch) | |
tree | 59ce4901fb8111731edf86862bb5ecfd4fdcd49c /mail/postfix1 | |
parent | 2ef758fcb94d97af75cc2f8ce97a1f02fff991c2 (diff) | |
download | FreeBSD-ports-36020d2841e44fe2350b7420db3dea779e131941.zip FreeBSD-ports-36020d2841e44fe2350b7420db3dea779e131941.tar.gz |
Fix program_directory in main.cf
Diffstat (limited to 'mail/postfix1')
-rw-r--r-- | mail/postfix1/files/patch-ab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix1/files/patch-ab b/mail/postfix1/files/patch-ab index 6824371..2f113e5 100644 --- a/mail/postfix1/files/patch-ab +++ b/mail/postfix1/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. |