diff options
author | Andre Lorbach <alorbach@adiscon.com> | 2011-08-05 14:22:46 +0200 |
---|---|---|
committer | Andre Lorbach <alorbach@adiscon.com> | 2011-08-05 14:22:46 +0200 |
commit | ece1cb640926848d0d155f29b01a6406af441cb0 (patch) | |
tree | 2c95c3a5a31ef0b8befcf3da38af23c5e583e84e /plugins | |
parent | e86a4b8feb7796ebaa66c9f0a067eb6b104a089c (diff) | |
parent | d788daafa4e8bda5fe544718b5f420f22cd79996 (diff) | |
download | rsyslog-ece1cb640926848d0d155f29b01a6406af441cb0.tar.gz rsyslog-ece1cb640926848d0d155f29b01a6406af441cb0.tar.xz rsyslog-ece1cb640926848d0d155f29b01a6406af441cb0.zip |
Merge branch 'v5-stable' into beta
Conflicts:
ChangeLog
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/pmaixforwardedfrom/pmaixforwardedfrom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pmaixforwardedfrom/pmaixforwardedfrom.c b/plugins/pmaixforwardedfrom/pmaixforwardedfrom.c index fa4a9087..fe3e85fa 100644 --- a/plugins/pmaixforwardedfrom/pmaixforwardedfrom.c +++ b/plugins/pmaixforwardedfrom/pmaixforwardedfrom.c @@ -1,6 +1,6 @@ /* pmaixforwardedfrom.c * - * this detects logs sent by Cisco devices that mangle their syslog output when you tell them to log by name by adding ' :' between the name and the %XXX-X-XXXXXXX: tag + * this cleans up messages forwarded from AIX * * instead of actually parsing the message, this modifies the message and then falls through to allow a later parser to handle the now modified message * |