[dovecot-cvs] dovecot/src/master main.c,1.104,1.105

tss at dovecot.org tss at dovecot.org
Fri May 11 16:29:27 EEST 2007


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

Modified Files:
	main.c 
Log Message:
Print also Dovecot version with dovecot -n.



Index: main.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/master/main.c,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -d -r1.104 -r1.105
--- main.c	27 Mar 2007 20:13:32 -0000	1.104
+++ main.c	11 May 2007 13:29:25 -0000	1.105
@@ -850,7 +850,7 @@
 	if (dump_config) {
 		/* print the config file path before parsing it, so in case
 		   of errors it's still shown */
-		printf("# %s\n", configfile);
+		printf("# "VERSION": %s\n", configfile);
 	}
 
 	/* read and verify settings before forking */



More information about the dovecot-cvs mailing list