Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/postfix/src/global PR/16034: Kimmo Suominen: change...



details:   https://anonhg.NetBSD.org/src/rev/ba449d6ebf0e
branches:  trunk
changeset: 525508:ba449d6ebf0e
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Apr 12 13:58:33 2002 +0000

description:
PR/16034: Kimmo Suominen: change the compiled setgid_group default to maildrop.
XXX: I don't like this. I think we should revert everything to postdrop to
match other systems.

diffstat:

 gnu/dist/postfix/src/global/mail_params.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 3224e8efad9d -r ba449d6ebf0e gnu/dist/postfix/src/global/mail_params.h
--- a/gnu/dist/postfix/src/global/mail_params.h Fri Apr 12 13:58:08 2002 +0000
+++ b/gnu/dist/postfix/src/global/mail_params.h Fri Apr 12 13:58:33 2002 +0000
@@ -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;
 



Home | Main Index | Thread Index | Old Index