summaryrefslogtreecommitdiff
path: root/mail/postfix/patches
diff options
context:
space:
mode:
authormartti <martti>2002-03-27 13:10:18 +0000
committermartti <martti>2002-03-27 13:10:18 +0000
commit72eea52b7e109ce52ca93ee1dcdfc77540b01ad7 (patch)
tree33a790c8881e594296c203c7680d645e50c004b7 /mail/postfix/patches
parentf209fbd89ef4fd4558f189e6d20d9d5fab9c302c (diff)
downloadpkgsrc-72eea52b7e109ce52ca93ee1dcdfc77540b01ad7.tar.gz
Use maildrop as the default gid. PR#16034
Diffstat (limited to 'mail/postfix/patches')
-rw-r--r--mail/postfix/patches/patch-ae15
1 files changed, 12 insertions, 3 deletions
diff --git a/mail/postfix/patches/patch-ae b/mail/postfix/patches/patch-ae
index 547c7253302..45c220571c0 100644
--- a/mail/postfix/patches/patch-ae
+++ b/mail/postfix/patches/patch-ae
@@ -1,7 +1,16 @@
-$NetBSD: patch-ae,v 1.4 2002/03/16 18:06:40 martti Exp $
+$NetBSD: patch-ae,v 1.5 2002/03/27 13:10:18 martti Exp $
---- src/global/mail_params.h.orig Sat Mar 16 18:04:22 2002
-+++ src/global/mail_params.h Sat Mar 16 18:05:47 2002
+--- src/global/mail_params.h.orig Mon Mar 25 14:22:11 2002
++++ src/global/mail_params.h Wed Mar 27 13:59:44 2002
+@@ -50,7 +50,7 @@
+ extern gid_t var_owner_gid;
+
+ #define VAR_SGID_GROUP "setgid_group"
+-#define DEF_SGID_GROUP "postdrop"
++#define DEF_SGID_GROUP "maildrop"
+ extern char *var_sgid_group;
+ extern gid_t var_sgid_gid;
+
@@ -169,18 +169,18 @@
*/
#define VAR_PROGRAM_DIR "program_directory"