summaryrefslogtreecommitdiff
path: root/mail/postfix27/files/patch-aa
blob: 3af6375f19593011fd28aa1b3487ae612208ae89 (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
*** global/mail_params.h.orig	Sat Mar 20 15:09:46 1999
--- global/mail_params.h	Sat Mar 20 15:10:46 1999
***************
*** 127,133 ****
    */
  #define VAR_PROGRAM_DIR		"program_directory"
  #ifndef DEF_PROGRAM_DIR
! #define DEF_PROGRAM_DIR		"/usr/libexec/postfix"
  #endif
  
  #define VAR_DAEMON_DIR		"daemon_directory"
--- 127,133 ----
    */
  #define VAR_PROGRAM_DIR		"program_directory"
  #ifndef DEF_PROGRAM_DIR
! #define DEF_PROGRAM_DIR		"!!PREFIX!!/libexec/postfix"
  #endif
  
  #define VAR_DAEMON_DIR		"daemon_directory"
***************
*** 161,167 ****
    */
  #define VAR_CONFIG_DIR		"config_directory"
  #ifndef DEF_CONFIG_DIR
! #define DEF_CONFIG_DIR		"/etc/postfix"
  #endif
  extern char *var_config_dir;
  
--- 161,167 ----
    */
  #define VAR_CONFIG_DIR		"config_directory"
  #ifndef DEF_CONFIG_DIR
! #define DEF_CONFIG_DIR		"!!PREFIX!!/etc/postfix"
  #endif
  extern char *var_config_dir;