diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2011-08-29 14:51:28 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2011-08-29 14:51:28 +0000 |
commit | f3f797d93329e71d4061877671c98a54ecf07737 (patch) | |
tree | 7b16aebcd8088e89f48501440dba1a408f9f93a4 /sysutils/webmin/files/patch-postfix::config-freebsd | |
parent | Apply updated (correct) fix for xmlparse.c (r1.166 in expat CVS). (diff) |
Upgrade to version 1.560 (with backup-config-1.560-2 and init-1.560-2).
Cleanup PREFIX handling.
Notes
Notes:
svn path=/head/; revision=280698
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 |