From f4c2ccaf4ad673c5150b9d0fa9cae1ae0a69f85e Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 19 Dec 2007 08:49:10 +0000 Subject: fixed description, didn't remove now-irrelevant part --- doc/rsconf1_includeconfig.html | 5 ++--- 1 file 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
would be much cleaner and less error prone, than having to munge around
with the /etc/rsyslog.conf file directly.

-

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.

Sample:

$IncludeConfig /etc/some-included-file.conf

Directories can also be included. To do so, the name must end on a slash:

$IncludeConfig /etc/rsyslog.d/

-

And finally, only specific files matching a wildcard my be included -from a directory:

+

And finally, only specific files matching a wildcard my be included +from a directory:

$IncludeConfig /etc/rsyslog.d/*.conf

[rsyslog.conf overview] [manual -- cgit