summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-09-30 12:42:01 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-09-30 12:42:01 +0200
commit7afe4b3a795b5910574659675c60bdb5f7719c3f (patch)
treeac3a02a266c1601498fbfa0f17f60f8ac442dcfb
parentd7cfdcf28c1239908619aadac6ef4fa43f1b93fd (diff)
parent3be997f94354ffb03a6fb8b1874c42a9e2e88015 (diff)
downloadrsyslog-7afe4b3a795b5910574659675c60bdb5f7719c3f.tar.gz
rsyslog-7afe4b3a795b5910574659675c60bdb5f7719c3f.tar.xz
rsyslog-7afe4b3a795b5910574659675c60bdb5f7719c3f.zip
Merge branch 'v2-stable' into v3-stable
-rw-r--r--ChangeLog1
-rw-r--r--doc/rsconf1_dircreatemode.html12
2 files changed, 9 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index b1c63cfd..8f23049b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1148,6 +1148,7 @@ Version 2.0.8 V2-STABLE (rgerhards), 2008-??-??
connection broke, but not if there was a problem with statement
execution. The most probable case for such a case would be invalid
sql inside the template, and this is now much easier to diagnose.
+- doc bugfix: default for $DirCreateMode incorrectly stated
---------------------------------------------------------------------------
Version 2.0.7 V2-STABLE (rgerhards), 2008-04-14
- bugfix: the default for $DirCreateMode was 0644, and as such wrong.
diff --git a/doc/rsconf1_dircreatemode.html b/doc/rsconf1_dircreatemode.html
index 66a35e18..057f53e5 100644
--- a/doc/rsconf1_dircreatemode.html
+++ b/doc/rsconf1_dircreatemode.html
@@ -5,9 +5,13 @@
<body>
<h2>$DirCreateMode</h2>
<p><b>Type:</b> global configuration directive</p>
-<p><b>Default:</b> 0644</p>
+<p><b>Default:</b> 0700</p>
<p><b>Description:</b></p>
<p>This is the same as $FileCreateMode, but for directories automatically generated.</p>
+<p>Please visit the
+<a target="_blank" href="http://lists.adiscon.net/pipermail/rsyslog/2009-April/001986.html">rsyslog mailing list
+archive</a>
+to understand why the default is so restrictive.</p>
<p><b>Sample:</b></p>
<p><code><b></b></code></p>
@@ -15,8 +19,8 @@
index</a>] [<a href="http://www.rsyslog.com/">rsyslog site</a>]</p>
<p><font size="2">This documentation is part of the
<a href="http://www.rsyslog.com/">rsyslog</a> project.<br>
-Copyright &copy; 2007 by <a href="http://www.gerhards.net/rainer">Rainer Gerhards</a> and
+Copyright &copy; 2007-2009 by <a href="http://www.gerhards.net/rainer">Rainer Gerhards</a> and
<a href="http://www.adiscon.com/">Adiscon</a>. Released under the GNU GPL
-version 2 or higher.</font></p>
+version 3 or higher.</font></p>
</body>
-</html> \ No newline at end of file
+</html>