diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-09-30 12:41:38 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-09-30 12:41:38 +0200 |
commit | 3be997f94354ffb03a6fb8b1874c42a9e2e88015 (patch) | |
tree | c307ff6398d35e953323447b95bedcda30bbee98 /doc | |
parent | e8c94fcd898539a147550d3cebcf30e560807de0 (diff) | |
download | rsyslog-3be997f94354ffb03a6fb8b1874c42a9e2e88015.tar.gz rsyslog-3be997f94354ffb03a6fb8b1874c42a9e2e88015.tar.xz rsyslog-3be997f94354ffb03a6fb8b1874c42a9e2e88015.zip |
doc bugfix: default for $DirCreateMode incorrectly stated
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rsconf1_dircreatemode.html | 12 |
1 files changed, 8 insertions, 4 deletions
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 © 2007 by <a href="http://www.gerhards.net/rainer">Rainer Gerhards</a> and +Copyright © 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> |