diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-19 08:29:58 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-19 08:29:58 +0000 |
commit | e658ff8c43db22daee54dd70f2796cbded268353 (patch) | |
tree | 693eb88489323ee95c8111383befcdbe9ff9ff06 | |
parent | 31e8d16375165c35e526f86ba425dee1559bd115 (diff) | |
download | rsyslog-e658ff8c43db22daee54dd70f2796cbded268353.tar.gz rsyslog-e658ff8c43db22daee54dd70f2796cbded268353.tar.xz rsyslog-e658ff8c43db22daee54dd70f2796cbded268353.zip |
updated $IncludeConfig directivev1-21-0
-rw-r--r-- | doc/rsconf1_includeconfig.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/rsconf1_includeconfig.html b/doc/rsconf1_includeconfig.html index 155dcd44..cd8d8a50 100644 --- a/doc/rsconf1_includeconfig.html +++ b/doc/rsconf1_includeconfig.html @@ -32,6 +32,9 @@ with the /etc/rsyslog.conf file directly.</i></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><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> |