]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
~/rawlog -> ~/dovecot.rawlog
authorTimo Sirainen <tss@iki.fi>
Wed, 25 Jun 2003 22:42:55 +0000 (01:42 +0300)
committerTimo Sirainen <tss@iki.fi>
Wed, 25 Jun 2003 22:42:55 +0000 (01:42 +0300)
--HG--
branch : HEAD

INSTALL
src/imap/rawlog.c

diff --git a/INSTALL b/INSTALL
index 72acbc6d7da3480b66c044aec1f6209c8d2dc423..224c2ce88ee7aca7805dbdf84123886dea4749c3 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -63,7 +63,7 @@ a bit of disk space (in .imap.index.data file) and memory.
   --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
index 69c785f27ec4121e2f83b057701aff2bafbfbd5d..f9ee408976e6dab4eb4669efa767729bf0823e1d 100644 (file)
@@ -101,7 +101,7 @@ void rawlog_open(int *hin, int *hout)
                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);