diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-08 07:59:36 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-01-08 07:59:36 +0000 |
commit | 16cbd3849896bec6ce9484e8c1c7f7a4f66cec19 (patch) | |
tree | e2f552acc4052d9fff8b4484d1951edf5c68116f /rsyslog.conf | |
parent | 18e4228e63f729ca6db2c0c40d8d2db7813bbf34 (diff) | |
download | rsyslog-16cbd3849896bec6ce9484e8c1c7f7a4f66cec19.tar.gz rsyslog-16cbd3849896bec6ce9484e8c1c7f7a4f66cec19.tar.xz rsyslog-16cbd3849896bec6ce9484e8c1c7f7a4f66cec19.zip |
fixed doc bug -- thanks to varmojfekoj for pointing it out
Diffstat (limited to 'rsyslog.conf')
-rw-r--r-- | rsyslog.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/rsyslog.conf b/rsyslog.conf index 10a72d1a..3e1270ef 100644 --- a/rsyslog.conf +++ b/rsyslog.conf @@ -2,11 +2,11 @@ # If you do not load inputs, nothing happens! # You may need to set the module load path if modules are not found. -$ModLoad immark # provides --MARK-- message capability -$ModLoad imud # provides UDP syslog reception -$ModLoad imtcp # provides TCP syslog reception and GSS-API (if compiled to support it) -$ModLoad imuxsock # provides support for local system logging (e.g. via logger command) -$ModLoad imklog # kernel logging (formerly provided by rklogd) +$ModLoad immark.so # provides --MARK-- message capability +$ModLoad imud.so # provides UDP syslog reception +$ModLoad imtcp.so # provides TCP syslog reception and GSS-API (if compiled to support it) +$ModLoad imuxsock.so # provides support for local system logging (e.g. via logger command) +$ModLoad imklog.so # kernel logging (formerly provided by rklogd) # Log all kernel messages to the console. # Logging much else clutters up the screen. |