summaryrefslogtreecommitdiff
path: root/mail/postfix23/files/patch-ec
blob: 5f5d1ad9cadcd6bfbed144d1c855e1974077addb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
*** ./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;