Commits

Bradley Giesbrecht authored 68efd2d2d5c
mail/postfix: - Update to version 2.10.2. (openmaintainer) - Update patchfile line numbers. (hunk warnings)

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@110777 d073be05-634f-4543-b044-5fe20cf6d1d6
No tags

mail/postfix/files/patch-mail_params.h

Modified
1 ---- src/global/mail_params.h Mon Feb 28 02:06:07 2005
2 -+++ src/global/mail_params.h.new Thu Jul 7 11:35:14 2005
3 -@@ -212,7 +212,7 @@
1 +--- src/global/mail_params.h 2013-09-05 12:24:12.000000000 -0700
2 ++++ src/global/mail_params.h.new 2013-09-05 12:22:41.000000000 -0700
3 +@@ -241,7 +241,7 @@
4 4 */
5 5 #define VAR_QUEUE_DIR "queue_directory"
6 6 #ifndef DEF_QUEUE_DIR
7 7 -#define DEF_QUEUE_DIR "/var/spool/postfix"
8 8 +#define DEF_QUEUE_DIR "__PREFIX/var/spool/postfix"
9 9 #endif
10 10 extern char *var_queue_dir;
11 11
12 -@@ -221,13 +221,13 @@
12 +@@ -250,13 +250,13 @@
13 13 */
14 14 #define VAR_DAEMON_DIR "daemon_directory"
15 15 #ifndef DEF_DAEMON_DIR
16 16 -#define DEF_DAEMON_DIR "/usr/libexec/postfix"
17 17 +#define DEF_DAEMON_DIR "__PREFIX/libexec/postfix"
18 18 #endif
19 19 extern char *var_daemon_dir;
20 20
21 21 #define VAR_COMMAND_DIR "command_directory"
22 22 #ifndef DEF_COMMAND_DIR
23 23 -#define DEF_COMMAND_DIR "/usr/sbin"
24 24 +#define DEF_COMMAND_DIR "__PREFIX/sbin"
25 25 #endif
26 26 extern char *var_command_dir;
27 27
28 -@@ -250,7 +250,7 @@
28 +@@ -288,7 +288,7 @@
29 29 */
30 30 #define VAR_CONFIG_DIR "config_directory"
31 31 #ifndef DEF_CONFIG_DIR
32 32 -#define DEF_CONFIG_DIR "/etc/postfix"
33 33 +#define DEF_CONFIG_DIR "__PREFIX/etc/postfix"
34 34 #endif
35 35 extern char *var_config_dir;
36 36
37 -@@ -1966,22 +1966,22 @@
37 +@@ -2489,22 +2489,22 @@
38 38 */
39 39 #define VAR_SENDMAIL_PATH "sendmail_path"
40 40 #ifndef DEF_SENDMAIL_PATH
41 41 -#define DEF_SENDMAIL_PATH "/usr/sbin/sendmail"
42 42 +#define DEF_SENDMAIL_PATH "__PREFIX/sbin/sendmail"
43 43 #endif
44 44
45 45 #define VAR_MAILQ_PATH "mailq_path"
46 46 #ifndef DEF_MAILQ_PATH
47 47 -#define DEF_MAILQ_PATH "/usr/bin/mailq"

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut