summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-09-30 12:42:41 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-09-30 12:42:41 +0200
commite13537ce909e8e6ab0b9d404c1e4870980c6dacf (patch)
tree3b1e1ebb7b94cd0e68e1cb42dc5adcd70c2e5bc6
parentf45217e776c937b677653c287d63b54ac8281bba (diff)
parent7afe4b3a795b5910574659675c60bdb5f7719c3f (diff)
downloadrsyslog-e13537ce909e8e6ab0b9d404c1e4870980c6dacf.tar.gz
rsyslog-e13537ce909e8e6ab0b9d404c1e4870980c6dacf.tar.xz
rsyslog-e13537ce909e8e6ab0b9d404c1e4870980c6dacf.zip
Merge branch 'v3-stable' into v4-stable
-rw-r--r--ChangeLog1
-rw-r--r--doc/rsconf1_dircreatemode.html10
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 331afe80..5606b68c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1401,6 +1401,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 9a9c61eb..b22b6c59 100644
--- a/doc/rsconf1_dircreatemode.html
+++ b/doc/rsconf1_dircreatemode.html
@@ -7,9 +7,13 @@
<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>
@@ -17,8 +21,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>