
$FreeBSD: ports/sysutils/webmin/files/patch-postfix::config-freebsd,v 1.2 2004/11/14 15:44:38 olgeni Exp $

--- postfix/config-freebsd.orig
+++ postfix/config-freebsd
@@ -1,15 +1,15 @@
-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_queue_command=/usr/local/sbin/postqueue
+postfix_lookup_table_command=%%PREFIX%%/sbin/postmap
+postfix_queue_command=%%PREFIX%%/sbin/postqueue
 max_records=200
 perpage=20
 mailq_dir=/var/spool/postfix
 mailq_cmd=/usr/bin/mailq
-postcat_cmd=/usr/local/sbin/postcat
+postcat_cmd=%%PREFIX%%/sbin/postcat
 sort_mode=0
 fwd_mode=0
 mailq_sort=0
