[dovecot-cvs] dovecot/src/master mail-process.c,1.61,1.62

cras at dovecot.org cras at dovecot.org
Thu Oct 21 02:34:36 EEST 2004


Update of /var/lib/cvs/dovecot/src/master
In directory talvi:/tmp/cvs-serv21536/src/master

Modified Files:
	mail-process.c 
Log Message:
Changed %p (protocol) -> %s (service). Also changed %P (pid) -> %p.
Hopefully people weren't using these much yet :)



Index: mail-process.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/master/mail-process.c,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- mail-process.c	13 Oct 2004 16:38:36 -0000	1.61
+++ mail-process.c	20 Oct 2004 23:34:34 -0000	1.62
@@ -83,11 +83,11 @@
 		{ 'u', NULL },
 		{ 'n', NULL },
 		{ 'd', NULL },
-		{ 'p', NULL },
+		{ 's', NULL },
 		{ 'h', NULL },
 		{ 'l', NULL },
 		{ 'r', NULL },
-		{ 'P', NULL },
+		{ 'p', NULL },
 		{ '\0', NULL }
 	};
 	struct var_expand_table *tab;



More information about the dovecot-cvs mailing list