changeset 1577:b3ae1757f921 HEAD

~/rawlog -> ~/dovecot.rawlog
author Timo Sirainen <tss@iki.fi>
date Thu, 26 Jun 2003 01:42:55 +0300
parents f1711e0f7035
children ab2fb3c6a12b
files INSTALL src/imap/rawlog.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/INSTALL	Wed Jun 25 19:39:06 2003 +0300
+++ b/INSTALL	Thu Jun 26 01:42:55 2003 +0300
@@ -63,7 +63,7 @@
   --with-rawlog           Build support for logging user traffic
 
 When Dovecot is compiled with this option and user's home directory
-contains rawlog directory, all IMAP connections are logged into
+contains dovecot.rawlog directory, all IMAP connections are logged into
 timstamp-pid.in and .out files. This is mostly useful for debugging.
 
   --enable-debug          Enable some extra checks for debugging
--- a/src/imap/rawlog.c	Wed Jun 25 19:39:06 2003 +0300
+++ b/src/imap/rawlog.c	Thu Jun 26 01:42:55 2003 +0300
@@ -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);