35ea9ae15c
PR: 25493 Submitted by: maintainer
21 lines
557 B
Plaintext
21 lines
557 B
Plaintext
*** ./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
|
|
***************
|
|
*** 155,157 ****
|
|
#ifndef DEF_PROGRAM_DIR
|
|
! #define DEF_PROGRAM_DIR "/usr/libexec/postfix"
|
|
#endif
|
|
--- 155,157 ----
|
|
#ifndef DEF_PROGRAM_DIR
|
|
! #define DEF_PROGRAM_DIR "!!PREFIX!!/usr/libexec/postfix"
|
|
#endif
|
|
***************
|
|
*** 189,191 ****
|
|
#ifndef DEF_CONFIG_DIR
|
|
! #define DEF_CONFIG_DIR "/etc/postfix"
|
|
#endif
|
|
--- 189,191 ----
|
|
#ifndef DEF_CONFIG_DIR
|
|
! #define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix"
|
|
#endif
|