diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1999-03-29 20:15:09 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1999-03-29 20:15:09 +0000 |
commit | f7f54da77e43b5cc834e48482babbe81dc49f043 (patch) | |
tree | 4060ca58c256e685793e7662b30bb8d26240e1af /mail/postfix/files/patch-aa | |
parent | f6f05762c0ad77ecbc2ee7107558ca2216043f49 (diff) | |
download | ports-f7f54da77e43b5cc834e48482babbe81dc49f043.tar.gz ports-f7f54da77e43b5cc834e48482babbe81dc49f043.zip |
Notes
Diffstat (limited to 'mail/postfix/files/patch-aa')
-rw-r--r-- | mail/postfix/files/patch-aa | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/mail/postfix/files/patch-aa b/mail/postfix/files/patch-aa new file mode 100644 index 000000000000..3af6375f1959 --- /dev/null +++ b/mail/postfix/files/patch-aa @@ -0,0 +1,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; + |