mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
f7f54da77e
replace sendmail.
37 lines
917 B
Plaintext
37 lines
917 B
Plaintext
*** 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;
|
|
|