diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-09 21:44:06 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-09 21:44:06 +0000 |
commit | cfa1de393aa4c0bf9b86ed55d0edeaec6e88fc98 (patch) | |
tree | 19cda022f713ef9383fad006cbc9ad83f3f0c121 /mail/postfix1/files/patch-ec | |
parent | Update to 0.0.7. (diff) |
2009-02-15 ftp/downloader: sources unavailable - website dissappeared
2009-03-04 devel/rubygem-mojombo-grit: Obsolete, use devel/rubygem-grit instead
2009-03-08 mail/postfix1: Not supported anymore by vendor. Please choose a new one version.
2009-03-08 mail/postfix21: Not supported anymore by vendor. Please choose a new one version.
2009-03-08 mail/postfix22: Not supported anymore by vendor. Please choose a new one version.
2009-03-01 www/rubygem-actionwebservice: from rails 2.0 www/rubygem-rails use www/rubygem-activeresource instead
Notes
Notes:
svn path=/head/; revision=229806
Diffstat (limited to 'mail/postfix1/files/patch-ec')
-rw-r--r-- | mail/postfix1/files/patch-ec | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/mail/postfix1/files/patch-ec b/mail/postfix1/files/patch-ec deleted file mode 100644 index 4ff251d7d640..000000000000 --- a/mail/postfix1/files/patch-ec +++ /dev/null @@ -1,41 +0,0 @@ -*** postfix-1.1.13/src/global/mail_params.h.orig Thu Jan 3 13:13:37 2002 ---- postfix-1.1.13/src/global/mail_params.h Tue Jan 8 22:18:22 2002 -*************** -*** 51,55 **** - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "postdrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; ---- 51,55 ---- - - #define VAR_SGID_GROUP "setgid_group" -! #define DEF_SGID_GROUP "maildrop" - extern char *var_sgid_group; - extern gid_t var_sgid_gid; -*************** -*** 170,174 **** - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "/usr/libexec/postfix" - #endif - ---- 170,174 ---- - #define VAR_PROGRAM_DIR "program_directory" - #ifndef DEF_PROGRAM_DIR -! #define DEF_PROGRAM_DIR "!!PREFIX!!/libexec/postfix" - #endif - -*************** -*** 204,208 **** - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "/etc/postfix" - #endif - extern char *var_config_dir; ---- 204,208 ---- - #define VAR_CONFIG_DIR "config_directory" - #ifndef DEF_CONFIG_DIR -! #define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix" - #endif - extern char *var_config_dir; |