diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-07-23 07:04:08 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-07-23 07:04:08 +0000 |
commit | 356d8f1b3d8254fd82e92a5c61c7b70356385538 (patch) | |
tree | 6db3216e1831d160a1ff7a7b77fc65c53721724b /mail/postfix28 | |
parent | 1eed776397b87ee6b39317e418b7395808911eb2 (diff) | |
download | ports-356d8f1b3d8254fd82e92a5c61c7b70356385538.tar.gz ports-356d8f1b3d8254fd82e92a5c61c7b70356385538.zip |
Notes
Diffstat (limited to 'mail/postfix28')
-rw-r--r-- | mail/postfix28/files/patch-main.cf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/mail/postfix28/files/patch-main.cf b/mail/postfix28/files/patch-main.cf index 95fb2feaca0a..6281b6b6d7f1 100644 --- a/mail/postfix28/files/patch-main.cf +++ b/mail/postfix28/files/patch-main.cf @@ -5,14 +5,14 @@ # postXXX commands. # -command_directory = /usr/sbin -+command_directory = /usr/local/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). This # directory must be owned by root. # -daemon_directory = /usr/libexec/postfix -+daemon_directory = /usr/local/libexec/postfix ++daemon_directory = !!PREFIX!!/libexec/postfix # QUEUE AND PROCESS OWNERSHIP # @@ -21,19 +21,19 @@ # This is the Sendmail-compatible mail posting interface. # -sendmail_path = -+sendmail_path = /usr/local/sbin/sendmail ++sendmail_path = !!PREFIX!!/sbin/sendmail # newaliases_path: The full pathname of the Postfix newaliases command. # This is the Sendmail-compatible command to build alias databases. # -newaliases_path = -+newaliases_path = /usr/local/bin/newaliases ++newaliases_path = !!PREFIX!!/bin/newaliases # mailq_path: The full pathname of the Postfix mailq command. This # is the Sendmail-compatible mail queue listing command. # -mailq_path = -+mailq_path = /usr/local/bin/mailq ++mailq_path = !!PREFIX!!/bin/mailq # setgid_group: The group for mail submission and queue management # commands. This must be a group name with a numerical group ID that @@ -45,12 +45,12 @@ # manpage_directory: The location of the Postfix on-line manual pages. # -manpage_directory = -+manpage_directory = /usr/local/man ++manpage_directory = !!PREFIX!!/man # sample_directory: The location of the Postfix sample configuration files. # -sample_directory = -+sample_directory = /usr/local/etc/postfix ++sample_directory = !!PREFIX!!/etc/postfix # readme_directory: The location of the Postfix README files. # |