dovecot-2.2: rawlog: Changed -i to -I parameter

dovecot at dovecot.org dovecot at dovecot.org
Thu Mar 12 13:50:53 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/cd5fc6ff8027
changeset: 18338:cd5fc6ff8027
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Mar 12 15:50:07 2015 +0200
description:
rawlog: Changed -i to -I parameter
We can't use -i, because it's handled by lib-master for instance selection.

diffstat:

 src/util/rawlog.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 16ff063e3588 -r cd5fc6ff8027 src/util/rawlog.c
--- a/src/util/rawlog.c	Thu Mar 12 15:42:31 2015 +0200
+++ b/src/util/rawlog.c	Thu Mar 12 15:50:07 2015 +0200
@@ -362,7 +362,7 @@
 	int c;
 
 	master_service = master_service_init("rawlog", 0,
-					     &argc, &argv, "+f:obit");
+					     &argc, &argv, "+f:obIt");
 	while ((c = master_getopt(master_service)) > 0) {
 		switch (c) {
 		case 'f':
@@ -376,7 +376,7 @@
 		case 'b':
 			flags |= RAWLOG_FLAG_LOG_BOUNDARIES;
 			break;
-		case 'i':
+		case 'I':
 			flags |= RAWLOG_FLAG_LOG_IP_IN_FILENAME;
 			break;
 		case 't':


More information about the dovecot-cvs mailing list