diff options
Diffstat (limited to 'sysutils/webmin/files/patch-postfix::config-freebsd')
-rw-r--r-- | sysutils/webmin/files/patch-postfix::config-freebsd | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/sysutils/webmin/files/patch-postfix::config-freebsd b/sysutils/webmin/files/patch-postfix::config-freebsd deleted file mode 100644 index fe64feae6aba..000000000000 --- a/sysutils/webmin/files/patch-postfix::config-freebsd +++ /dev/null @@ -1,39 +0,0 @@ - -$FreeBSD$ - ---- postfix/config-freebsd.orig -+++ postfix/config-freebsd -@@ -1,16 +1,16 @@ --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_super_command=/usr/local/sbin/postsuper -+postfix_lookup_table_command=%%PREFIX%%/sbin/postmap -+postfix_queue_command=%%PREFIX%%/sbin/postqueue -+postfix_super_command=%%PREFIX%%/sbin/postsuper - 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 -@@ -21,7 +21,7 @@ - top_buttons=1 - wrap_width=80 - index_check=1 --postfix_master=/usr/local/etc/postfix/master.cf -+postfix_master=%%PREFIX%%/etc/postfix/master.cf - columns=2 - show_cmts=0 - prefix_cmts=0 |