diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-20 07:55:20 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-20 07:55:20 +0000 |
commit | 02a46ee6b0b7f326dc0affd2caae961e09bf9a3b (patch) | |
tree | 56610516b1f24f6b8927a23dbee632b201885921 /doc | |
parent | 37c2f0f71a1b5fc43529e17fd7aef83c0aa40213 (diff) | |
download | rsyslog-02a46ee6b0b7f326dc0affd2caae961e09bf9a3b.tar.gz rsyslog-02a46ee6b0b7f326dc0affd2caae961e09bf9a3b.tar.xz rsyslog-02a46ee6b0b7f326dc0affd2caae961e09bf9a3b.zip |
moved todo list into compatibility document
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rsconf1_includeconfig.html | 4 |
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> |