dovecot-1.3: system_user -> system_groups_user change broke it c...
dovecot at dovecot.org
dovecot at dovecot.org
Mon Apr 6 21:20:25 EEST 2009
details: http://hg.dovecot.org/dovecot-1.3/rev/d22e54cb4bda
changeset: 9025:d22e54cb4bda
user: Timo Sirainen <tss at iki.fi>
date: Mon Apr 06 14:20:12 2009 -0400
description:
system_user -> system_groups_user change broke it completely.
diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
src/master/mail-process.c | 4 ++--
diffs (14 lines):
diff -r b9272de65955 -r d22e54cb4bda src/master/mail-process.c
--- a/src/master/mail-process.c Mon Apr 06 14:05:12 2009 -0400
+++ b/src/master/mail-process.c Mon Apr 06 14:20:12 2009 -0400
@@ -323,8 +323,8 @@ create_mail_process(enum process_type pr
chroot_dir = *args + 7;
else if (strncmp(*args, "nice=", 5) == 0)
nice_value = atoi(*args + 5);
- else if (strncmp(*args, "system_groups_user=", 12) == 0)
- system_groups_user = *args + 12;
+ else if (strncmp(*args, "system_groups_user=", 19) == 0)
+ system_groups_user = *args + 19;
else if (strncmp(*args, "uid=", 4) == 0) {
if (uid != (uid_t)-1) {
i_error("uid specified multiple times for %s",
More information about the dovecot-cvs
mailing list