diff options
| author | Mark Linimon <linimon@FreeBSD.org> | 2004-11-27 08:33:29 +0000 |
|---|---|---|
| committer | Mark Linimon <linimon@FreeBSD.org> | 2004-11-27 08:33:29 +0000 |
| commit | ccc6d52fc9c0dfa47529bf572afac8776a9448d0 (patch) | |
| tree | d37e9ffd2183f3e4c1a54f79edc6ad3715f38f80 /mail/postfix20/files/patch-ec | |
| parent | As previously announced, remove japanese/linux_locale. It is not needed (diff) | |
As previously announced, remove mail/postfix20. The port had been
marked for expiration on September 30th, 2004. All users should now
be on version 2.1 (mail/postfix), which is stable, or version 2.2-X,
which is in mail/postfix-current.
Diffstat (limited to 'mail/postfix20/files/patch-ec')
| -rw-r--r-- | mail/postfix20/files/patch-ec | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/mail/postfix20/files/patch-ec b/mail/postfix20/files/patch-ec deleted file mode 100644 index 5f5d1ad9cadc..000000000000 --- a/mail/postfix20/files/patch-ec +++ /dev/null @@ -1,41 +0,0 @@ -*** ./src/global/mail_params.h.orig Thu Jan 3 13:13:37 2002 ---- ./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; |
