summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-19 08:49:10 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-19 08:49:10 +0000
commitf4c2ccaf4ad673c5150b9d0fa9cae1ae0a69f85e (patch)
tree1e369839c55ec219b0179744d849ee2edc3af3f9
parente658ff8c43db22daee54dd70f2796cbded268353 (diff)
downloadrsyslog-f4c2ccaf4ad673c5150b9d0fa9cae1ae0a69f85e.tar.gz
rsyslog-f4c2ccaf4ad673c5150b9d0fa9cae1ae0a69f85e.tar.xz
rsyslog-f4c2ccaf4ad673c5150b9d0fa9cae1ae0a69f85e.zip
fixed description, didn't remove now-irrelevant part
-rw-r--r--doc/rsconf1_includeconfig.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/rsconf1_includeconfig.html b/doc/rsconf1_includeconfig.html
index cd8d8a50..24462f77 100644
--- a/doc/rsconf1_includeconfig.html
+++ b/doc/rsconf1_includeconfig.html
@@ -27,13 +27,12 @@ Upon uninstallation, the file could be easily removed again. This approach<br>
would be much cleaner and less error prone, than having to munge around<br>
with the /etc/rsyslog.conf file directly.</i></p>
</blockquote>
-<p>Please note that in this description, only "*.conf" files would be read. The actual implementation, however, reads all files except for those starting with a dot. If you find this is a real big problem, please complain.</p>
<p><b>Sample:</b></p>
<p><code><b>$IncludeConfig /etc/some-included-file.conf</b></code></p>
<p>Directories can also be included. To do so, the name must end on a slash:</p>
<p><code><b>$IncludeConfig /etc/rsyslog.d/</b></code></p>
-<p><code><b>And finally, only specific files matching a wildcard my be included
-from a directory:</b></code></p>
+<p><b>And finally, only specific files matching a wildcard my be included
+from a directory:</b></p>
<p><code><b>$IncludeConfig /etc/rsyslog.d/*.conf</b></code></p>
<p>[<a href="rsyslog_conf.html">rsyslog.conf overview</a>] [<a href="manual.html">manual