freebsd-ports/sysutils/webmin/files/patch-postfix::config-freebsd
Jimmy Olgeni f5e6ab76e0 Update port to version 0.950 (with "status", "sendmail" and
"cluster-software" module patches).

Make port LOCALBASE independent (ports/35945).

PR:		35945 (modified)
Submitted by:	Kazutoshi Kubota <tu7k-kbt@asahi-net.or.jp>
2002-04-02 10:21:34 +00:00

14 lines
695 B
Text

--- postfix/config-freebsd.orig Sat Mar 16 07:07:19 2002
+++ postfix/config-freebsd Sat Mar 16 07:07:56 2002
@@ -1,6 +1,6 @@
-postfix_control_command=/usr/local/sbin/postfix
-postfix_config_command=/usr/local/sbin/postconf
-postfix_config_file=/usr/local/etc/postfix/main.cf
-postfix_aliases_table_command=/usr/local/sbin/postalias
+postfix_control_command=%%PREFIX%%/sbin/postfix
+postfix_config_command=%%PREFIX%%/sbin/postconf
+postfix_config_file=%%PREFIX%%/etc/postfix/main.cf
+postfix_aliases_table_command=%%PREFIX%%/sbin/postalias
postfix_newaliases_command=/usr/bin/newaliases
-postfix_lookup_table_command=/usr/local/sbin/postmap
+postfix_lookup_table_command=%%PREFIX%%/sbin/postmap