freebsd-ports/mail/postfix24/files/patch-ec
David W. Chapman Jr. 38a2f47cdc Update to 1.1.2 (yes they are finally using versions)
Submitted by:	Vivek Khera
2002-01-30 19:59:40 +00:00

41 lines
1.1 KiB
Text

*** ./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;