aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorbeech <beech@FreeBSD.org>2008-07-15 10:54:32 +0800
committerbeech <beech@FreeBSD.org>2008-07-15 10:54:32 +0800
commit0c1ed5ee18ef59dc6b1698723914597679f72ece (patch)
tree5e562c0f6f6d3390967058941f9447545689f0cd /mail
parented5cd374db55f992c45ff42d0177c8dbdc44d5f3 (diff)
downloadfreebsd-ports-gnome-0c1ed5ee18ef59dc6b1698723914597679f72ece.tar.gz
freebsd-ports-gnome-0c1ed5ee18ef59dc6b1698723914597679f72ece.tar.zst
freebsd-ports-gnome-0c1ed5ee18ef59dc6b1698723914597679f72ece.zip
- Fix paths in mail_perams.h
PR: ports/125133 Submitted by: Sahil Tandon <sahil@tandon.net> Approved by: Vivek Khera <vivek@khera.org> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix/files/patch-src::global::mail_params.h21
-rw-r--r--mail/postfix25/files/patch-src::global::mail_params.h21
-rw-r--r--mail/postfix26/files/patch-src::global::mail_params.h21
-rw-r--r--mail/postfix27/files/patch-src::global::mail_params.h21
-rw-r--r--mail/postfix28/files/patch-src::global::mail_params.h21
5 files changed, 75 insertions, 30 deletions
diff --git a/mail/postfix/files/patch-src::global::mail_params.h b/mail/postfix/files/patch-src::global::mail_params.h
index 52ea5e9e5c35..f9fa5f1248c4 100644
--- a/mail/postfix/files/patch-src::global::mail_params.h
+++ b/mail/postfix/files/patch-src::global::mail_params.h
@@ -1,6 +1,6 @@
---- src/global/mail_params.h.orig Fri Feb 11 21:53:21 2005
-+++ src/global/mail_params.h Sat Mar 5 11:53:42 2005
-@@ -64,7 +64,7 @@
+--- src/global/mail_params.h.orig Mon Jun 30 18:57:48 2008
++++ src/global/mail_params.h Mon Jun 30 19:00:05 2008
+@@ -67,7 +67,7 @@
extern gid_t var_owner_gid;
#define VAR_SGID_GROUP "setgid_group"
@@ -9,7 +9,7 @@
extern char *var_sgid_group;
extern gid_t var_sgid_gid;
-@@ -221,7 +221,7 @@
+@@ -241,7 +241,7 @@
*/
#define VAR_DAEMON_DIR "daemon_directory"
#ifndef DEF_DAEMON_DIR
@@ -18,12 +18,21 @@
#endif
extern char *var_daemon_dir;
-@@ -250,7 +250,7 @@
+@@ -265,7 +265,7 @@
+ */
+ #define VAR_DATA_DIR "data_directory"
+ #ifndef DEF_DATA_DIR
+-#define DEF_DATA_DIR "/var/lib/postfix"
++#define DEF_DATA_DIR "/var/db/postfix"
+ #endif
+ extern char *var_data_dir;
+
+@@ -279,7 +279,7 @@
*/
#define VAR_CONFIG_DIR "config_directory"
#ifndef DEF_CONFIG_DIR
-#define DEF_CONFIG_DIR "/etc/postfix"
-+#define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix"
++#define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix"
#endif
extern char *var_config_dir;
diff --git a/mail/postfix25/files/patch-src::global::mail_params.h b/mail/postfix25/files/patch-src::global::mail_params.h
index 52ea5e9e5c35..f9fa5f1248c4 100644
--- a/mail/postfix25/files/patch-src::global::mail_params.h
+++ b/mail/postfix25/files/patch-src::global::mail_params.h
@@ -1,6 +1,6 @@
---- src/global/mail_params.h.orig Fri Feb 11 21:53:21 2005
-+++ src/global/mail_params.h Sat Mar 5 11:53:42 2005
-@@ -64,7 +64,7 @@
+--- src/global/mail_params.h.orig Mon Jun 30 18:57:48 2008
++++ src/global/mail_params.h Mon Jun 30 19:00:05 2008
+@@ -67,7 +67,7 @@
extern gid_t var_owner_gid;
#define VAR_SGID_GROUP "setgid_group"
@@ -9,7 +9,7 @@
extern char *var_sgid_group;
extern gid_t var_sgid_gid;
-@@ -221,7 +221,7 @@
+@@ -241,7 +241,7 @@
*/
#define VAR_DAEMON_DIR "daemon_directory"
#ifndef DEF_DAEMON_DIR
@@ -18,12 +18,21 @@
#endif
extern char *var_daemon_dir;
-@@ -250,7 +250,7 @@
+@@ -265,7 +265,7 @@
+ */
+ #define VAR_DATA_DIR "data_directory"
+ #ifndef DEF_DATA_DIR
+-#define DEF_DATA_DIR "/var/lib/postfix"
++#define DEF_DATA_DIR "/var/db/postfix"
+ #endif
+ extern char *var_data_dir;
+
+@@ -279,7 +279,7 @@
*/
#define VAR_CONFIG_DIR "config_directory"
#ifndef DEF_CONFIG_DIR
-#define DEF_CONFIG_DIR "/etc/postfix"
-+#define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix"
++#define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix"
#endif
extern char *var_config_dir;
diff --git a/mail/postfix26/files/patch-src::global::mail_params.h b/mail/postfix26/files/patch-src::global::mail_params.h
index 52ea5e9e5c35..f9fa5f1248c4 100644
--- a/mail/postfix26/files/patch-src::global::mail_params.h
+++ b/mail/postfix26/files/patch-src::global::mail_params.h
@@ -1,6 +1,6 @@
---- src/global/mail_params.h.orig Fri Feb 11 21:53:21 2005
-+++ src/global/mail_params.h Sat Mar 5 11:53:42 2005
-@@ -64,7 +64,7 @@
+--- src/global/mail_params.h.orig Mon Jun 30 18:57:48 2008
++++ src/global/mail_params.h Mon Jun 30 19:00:05 2008
+@@ -67,7 +67,7 @@
extern gid_t var_owner_gid;
#define VAR_SGID_GROUP "setgid_group"
@@ -9,7 +9,7 @@
extern char *var_sgid_group;
extern gid_t var_sgid_gid;
-@@ -221,7 +221,7 @@
+@@ -241,7 +241,7 @@
*/
#define VAR_DAEMON_DIR "daemon_directory"
#ifndef DEF_DAEMON_DIR
@@ -18,12 +18,21 @@
#endif
extern char *var_daemon_dir;
-@@ -250,7 +250,7 @@
+@@ -265,7 +265,7 @@
+ */
+ #define VAR_DATA_DIR "data_directory"
+ #ifndef DEF_DATA_DIR
+-#define DEF_DATA_DIR "/var/lib/postfix"
++#define DEF_DATA_DIR "/var/db/postfix"
+ #endif
+ extern char *var_data_dir;
+
+@@ -279,7 +279,7 @@
*/
#define VAR_CONFIG_DIR "config_directory"
#ifndef DEF_CONFIG_DIR
-#define DEF_CONFIG_DIR "/etc/postfix"
-+#define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix"
++#define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix"
#endif
extern char *var_config_dir;
diff --git a/mail/postfix27/files/patch-src::global::mail_params.h b/mail/postfix27/files/patch-src::global::mail_params.h
index 52ea5e9e5c35..f9fa5f1248c4 100644
--- a/mail/postfix27/files/patch-src::global::mail_params.h
+++ b/mail/postfix27/files/patch-src::global::mail_params.h
@@ -1,6 +1,6 @@
---- src/global/mail_params.h.orig Fri Feb 11 21:53:21 2005
-+++ src/global/mail_params.h Sat Mar 5 11:53:42 2005
-@@ -64,7 +64,7 @@
+--- src/global/mail_params.h.orig Mon Jun 30 18:57:48 2008
++++ src/global/mail_params.h Mon Jun 30 19:00:05 2008
+@@ -67,7 +67,7 @@
extern gid_t var_owner_gid;
#define VAR_SGID_GROUP "setgid_group"
@@ -9,7 +9,7 @@
extern char *var_sgid_group;
extern gid_t var_sgid_gid;
-@@ -221,7 +221,7 @@
+@@ -241,7 +241,7 @@
*/
#define VAR_DAEMON_DIR "daemon_directory"
#ifndef DEF_DAEMON_DIR
@@ -18,12 +18,21 @@
#endif
extern char *var_daemon_dir;
-@@ -250,7 +250,7 @@
+@@ -265,7 +265,7 @@
+ */
+ #define VAR_DATA_DIR "data_directory"
+ #ifndef DEF_DATA_DIR
+-#define DEF_DATA_DIR "/var/lib/postfix"
++#define DEF_DATA_DIR "/var/db/postfix"
+ #endif
+ extern char *var_data_dir;
+
+@@ -279,7 +279,7 @@
*/
#define VAR_CONFIG_DIR "config_directory"
#ifndef DEF_CONFIG_DIR
-#define DEF_CONFIG_DIR "/etc/postfix"
-+#define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix"
++#define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix"
#endif
extern char *var_config_dir;
diff --git a/mail/postfix28/files/patch-src::global::mail_params.h b/mail/postfix28/files/patch-src::global::mail_params.h
index 52ea5e9e5c35..f9fa5f1248c4 100644
--- a/mail/postfix28/files/patch-src::global::mail_params.h
+++ b/mail/postfix28/files/patch-src::global::mail_params.h
@@ -1,6 +1,6 @@
---- src/global/mail_params.h.orig Fri Feb 11 21:53:21 2005
-+++ src/global/mail_params.h Sat Mar 5 11:53:42 2005
-@@ -64,7 +64,7 @@
+--- src/global/mail_params.h.orig Mon Jun 30 18:57:48 2008
++++ src/global/mail_params.h Mon Jun 30 19:00:05 2008
+@@ -67,7 +67,7 @@
extern gid_t var_owner_gid;
#define VAR_SGID_GROUP "setgid_group"
@@ -9,7 +9,7 @@
extern char *var_sgid_group;
extern gid_t var_sgid_gid;
-@@ -221,7 +221,7 @@
+@@ -241,7 +241,7 @@
*/
#define VAR_DAEMON_DIR "daemon_directory"
#ifndef DEF_DAEMON_DIR
@@ -18,12 +18,21 @@
#endif
extern char *var_daemon_dir;
-@@ -250,7 +250,7 @@
+@@ -265,7 +265,7 @@
+ */
+ #define VAR_DATA_DIR "data_directory"
+ #ifndef DEF_DATA_DIR
+-#define DEF_DATA_DIR "/var/lib/postfix"
++#define DEF_DATA_DIR "/var/db/postfix"
+ #endif
+ extern char *var_data_dir;
+
+@@ -279,7 +279,7 @@
*/
#define VAR_CONFIG_DIR "config_directory"
#ifndef DEF_CONFIG_DIR
-#define DEF_CONFIG_DIR "/etc/postfix"
-+#define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix"
++#define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix"
#endif
extern char *var_config_dir;