From 601393acd7fcd4446b57314cb070cfd17abda2ee Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 18 Oct 2007 16:17:32 +0000 Subject: added doc fixes provided by Michael Biebl - thanks --- doc/rsconf1_filecreatemode.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/rsconf1_filecreatemode.html') 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 @@

$FileCreateMode 0600

This sample lets rsyslog create files with read and write access only for the users it runs under.

The following sample is deemed to be a complete rsyslog.conf: -

$umask 0000 # make sure nothing interfers with the following +

$umask 0000 # make sure nothing interferes with the following definitions
*.* /var/log/file-with-0644-default
$FileCreateMode 0600
@@ -32,4 +32,4 @@ Copyright © 2007 by Rainer Gerhard Adiscon. Released under the GNU GPL version 2 or higher.

- \ No newline at end of file + -- cgit