changeset 5589:271c35971331 HEAD

Print also Dovecot version with dovecot -n.
author Timo Sirainen <tss@iki.fi>
date Fri, 11 May 2007 16:29:25 +0300
parents 6c89106dee21
children eb4902fc7693
files src/master/main.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/master/main.c	Fri May 11 16:14:10 2007 +0300
+++ b/src/master/main.c	Fri May 11 16:29:25 2007 +0300
@@ -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 */