summaryrefslogtreecommitdiff
path: root/mail/postfix1/files/patch-ec
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-01-30 19:59:40 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-01-30 19:59:40 +0000
commit38a2f47cdc6aacb20c0123e6e3322671dba9937d (patch)
tree927bdba9b4538b04a9a69c3abb7012799ca9b715 /mail/postfix1/files/patch-ec
parentUpdate to 20020115 (diff)
Update to 1.1.2 (yes they are finally using versions)
Submitted by: Vivek Khera
Notes
Notes: svn path=/head/; revision=54041
Diffstat (limited to 'mail/postfix1/files/patch-ec')
-rw-r--r--mail/postfix1/files/patch-ec33
1 files changed, 27 insertions, 6 deletions
diff --git a/mail/postfix1/files/patch-ec b/mail/postfix1/files/patch-ec
index 1854b63342d7..5f5d1ad9cadc 100644
--- a/mail/postfix1/files/patch-ec
+++ b/mail/postfix1/files/patch-ec
@@ -1,20 +1,41 @@
-*** ./src/global/mail_params.h.orig Wed May 31 19:18:31 2000
---- ./src/global/mail_params.h Thu Jun 1 22:17:10 2000
+*** ./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
***************
-*** 155,157 ****
+*** 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
---- 155,157 ----
+
+--- 170,174 ----
+ #define VAR_PROGRAM_DIR "program_directory"
#ifndef DEF_PROGRAM_DIR
! #define DEF_PROGRAM_DIR "!!PREFIX!!/libexec/postfix"
#endif
+
***************
-*** 189,191 ****
+*** 204,208 ****
+ #define VAR_CONFIG_DIR "config_directory"
#ifndef DEF_CONFIG_DIR
! #define DEF_CONFIG_DIR "/etc/postfix"
#endif
---- 189,191 ----
+ 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;