diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1999-04-07 14:51:34 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1999-04-07 14:51:34 +0000 |
commit | 0fda4ac64d4ce9295ac6a88aed21c70caaea1a61 (patch) | |
tree | 4976325df7cecf9c50d1579d8dacd594474232e1 /mail/postfix25 | |
parent | 3e0dc9e3cd14aba1f1fa7e4d7b05db4d7f3ec9c8 (diff) | |
download | ports-0fda4ac64d4ce9295ac6a88aed21c70caaea1a61.tar.gz ports-0fda4ac64d4ce9295ac6a88aed21c70caaea1a61.zip |
Fix program_directory in main.cf
Notes
Notes:
svn path=/head/; revision=17689
Diffstat (limited to 'mail/postfix25')
-rw-r--r-- | mail/postfix25/files/patch-ab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix25/files/patch-ab b/mail/postfix25/files/patch-ab index 6824371c251b..2f113e55a1ee 100644 --- a/mail/postfix25/files/patch-ab +++ b/mail/postfix25/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. |