[dovecot-cvs] dovecot/src/imap rawlog.c,1.12,1.13

cras at procontrol.fi cras at procontrol.fi
Thu Jun 26 02:42:58 EEST 2003


Update of /home/cvs/dovecot/src/imap
In directory danu:/tmp/cvs-serv5799/src/imap

Modified Files:
	rawlog.c 
Log Message:
~/rawlog -> ~/dovecot.rawlog



Index: rawlog.c
===================================================================
RCS file: /home/cvs/dovecot/src/imap/rawlog.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- rawlog.c	8 Feb 2003 14:08:57 -0000	1.12
+++ rawlog.c	25 Jun 2003 22:42:55 -0000	1.13
@@ -101,7 +101,7 @@
 		home = ".";
 
 	/* see if we want rawlog */
-	path = t_strconcat(home, "/rawlog", NULL);
+	path = t_strconcat(home, "/dovecot.rawlog", NULL);
 	if (stat(path, &st) < 0) {
 		if (errno != ENOENT)
 			i_warning("stat() failed for %s: %m", path);



More information about the dovecot-cvs mailing list