[dovecot-cvs] dovecot/src/master main.c,1.80.2.20,1.80.2.21

tss at dovecot.org tss at dovecot.org
Fri May 11 16:28:55 EEST 2007


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

Modified Files:
      Tag: branch_1_0
	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.80.2.20
retrieving revision 1.80.2.21
diff -u -d -r1.80.2.20 -r1.80.2.21
--- main.c	27 Mar 2007 20:13:30 -0000	1.80.2.20
+++ main.c	11 May 2007 13:28:52 -0000	1.80.2.21
@@ -822,7 +822,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