diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-10-18 16:17:32 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-10-18 16:17:32 +0000 |
commit | 601393acd7fcd4446b57314cb070cfd17abda2ee (patch) | |
tree | ef64f976a7d56da9e80cd8358f6d3e1ca74e5445 /doc/rsconf1_filecreatemode.html | |
parent | ff24062577a7adf0da08d1770e7194d7801a5648 (diff) | |
download | rsyslog-601393acd7fcd4446b57314cb070cfd17abda2ee.tar.gz rsyslog-601393acd7fcd4446b57314cb070cfd17abda2ee.tar.bz2 rsyslog-601393acd7fcd4446b57314cb070cfd17abda2ee.zip |
added doc fixes provided by Michael Biebl - thanks
Diffstat (limited to 'doc/rsconf1_filecreatemode.html')
-rw-r--r-- | doc/rsconf1_filecreatemode.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rsconf1_filecreatemode.html b/doc/rsconf1_filecreatemode.html index b6498cd7..7c6f1713 100644 --- a/doc/rsconf1_filecreatemode.html +++ b/doc/rsconf1_filecreatemode.html @@ -14,7 +14,7 @@ <p><code><b>$FileCreateMode 0600</b></code></p> <p>This sample lets rsyslog create files with read and write access only for the users it runs under.</p> <p>The following sample is deemed to be a complete rsyslog.conf: -<p><code><b>$umask 0000 # make sure nothing interfers with the following +<p><code><b>$umask 0000 # make sure nothing interferes with the following definitions<br> *.* /var/log/file-with-0644-default<br> $FileCreateMode 0600<br> @@ -32,4 +32,4 @@ Copyright © 2007 by <a href="http://www.gerhards.net/rainer">Rainer Gerhard <a href="http://www.adiscon.com/">Adiscon</a>. Released under the GNU GPL version 2 or higher.</font></p> </body> -</html>
\ No newline at end of file +</html> |