summaryrefslogtreecommitdiffstats
path: root/doc/rsconf1_includeconfig.html
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-20 07:55:20 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-20 07:55:20 +0000
commit02a46ee6b0b7f326dc0affd2caae961e09bf9a3b (patch)
tree56610516b1f24f6b8927a23dbee632b201885921 /doc/rsconf1_includeconfig.html
parent37c2f0f71a1b5fc43529e17fd7aef83c0aa40213 (diff)
downloadrsyslog-02a46ee6b0b7f326dc0affd2caae961e09bf9a3b.tar.gz
rsyslog-02a46ee6b0b7f326dc0affd2caae961e09bf9a3b.tar.xz
rsyslog-02a46ee6b0b7f326dc0affd2caae961e09bf9a3b.zip
moved todo list into compatibility document
Diffstat (limited to 'doc/rsconf1_includeconfig.html')
-rw-r--r--doc/rsconf1_includeconfig.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/rsconf1_includeconfig.html b/doc/rsconf1_includeconfig.html
index 155dcd44..24462f77 100644
--- a/doc/rsconf1_includeconfig.html
+++ b/doc/rsconf1_includeconfig.html
@@ -27,11 +27,13 @@ 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><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
index</a>] [<a href="http://www.rsyslog.com/">rsyslog site</a>]</p>