~ubuntu-branches/ubuntu/lucid/rsyslog/lucid

« back to all changes in this revision

Viewing changes to doc/rsconf1_failonchownfailure.html

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2007-10-19 17:21:49 UTC
  • Revision ID: james.westby@ubuntu.com-20071019172149-ie6ej2xve33mxiu7
Tags: upstream-1.19.10
ImportĀ upstreamĀ versionĀ 1.19.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html>
 
2
<head>
 
3
<title>rsyslog.conf file</title>
 
4
</head>
 
5
<body>
 
6
<h2>$FailOnChownFailure</h2>
 
7
<p><b>Type:</b> global configuration directive</p>
 
8
<p><b>Default:</b> on</p>
 
9
<p><b>Description:</b></p>
 
10
<p>This option modifies behaviour of dynaFile creation. If different owners or groups are specified for new files or directories and rsyslogd fails to set these new owners or groups, it will log an error and NOT write to the file in question if that option is set to "on". If it is set to "off", the error will be ignored and processing continues. Keep in mind, that the files in this case may be (in)accessible by people who should not have permission. The default is "on".</p>
 
11
<p><b>Sample:</b></p>
 
12
<p><code><b>$FailOnChownFailure off</b></code></p>
 
13
 
 
14
<p>[<a href="rsyslog_conf.html">rsyslog.conf overview</a>] [<a href="manual.html">manual 
 
15
index</a>] [<a href="http://www.rsyslog.com/">rsyslog site</a>]</p>
 
16
<p><font size="2">This documentation is part of the
 
17
<a href="http://www.rsyslog.com/">rsyslog</a> project.<br>
 
18
Copyright &copy; 2007 by <a href="http://www.gerhards.net/rainer">Rainer Gerhards</a> and
 
19
<a href="http://www.adiscon.com/">Adiscon</a>. Released under the GNU GPL 
 
20
version 2 or higher.</font></p>
 
21
</body>
 
22
</html>
 
 
b'\\ No newline at end of file'