[dovecot-cvs] dovecot/src/master main.c,1.85,1.86
cras at dovecot.org
cras at dovecot.org
Sat Jul 1 21:45:00 EEST 2006
- Previous message: [dovecot-cvs] dovecot/src/master main.c,1.80.2.5,1.80.2.6
- Next message: [dovecot-cvs] dovecot-sieve/src/libsieve Makefile.am, 1.2,
1.3 bc_eval.c, 1.1.1.1, 1.2 bytecode.h, 1.1.1.1, 1.2 sieved.c,
1.1.1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/cvs/dovecot/src/master
In directory talvi:/tmp/cvs-serv13070
Modified Files:
main.c
Log Message:
Print the used configuration file's path with -n and -a.
Index: main.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/master/main.c,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- main.c 17 Jun 2006 12:25:08 -0000 1.85
+++ main.c 1 Jul 2006 18:44:56 -0000 1.86
@@ -776,6 +776,7 @@
t_pop();
if (dump_config || dump_config_nondefaults) {
+ printf("# %s\n", configfile);
master_settings_dump(settings_root, dump_config_nondefaults);
return 0;
}
- Previous message: [dovecot-cvs] dovecot/src/master main.c,1.80.2.5,1.80.2.6
- Next message: [dovecot-cvs] dovecot-sieve/src/libsieve Makefile.am, 1.2,
1.3 bc_eval.c, 1.1.1.1, 1.2 bytecode.h, 1.1.1.1, 1.2 sieved.c,
1.1.1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dovecot-cvs
mailing list