Ignore:
Timestamp:
Oct 23, 2008, 8:32:30 PM (15 years ago)
Author:
andersk
Message:
Put the children out of their misery.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/fedora/config/etc/syslog-ng/d_zroot.pl

    r817 r853  
    105105        } elsif ($message =~ m|^Postponed gssapi-with-mic for |) {
    106106        } elsif ($message =~ m|^Address \S+ maps to \S+, but this does not map back to the address|) {
     107        } elsif ($message =~ m|^User child is on pid \d+$|) {
     108        } elsif ($message =~ m|^Transferred: sent \d+, received \d+ bytes$|) {
    107109        } else {
    108110            sendmsg($message, "scripts-spew");
Note: See TracChangeset for help on using the changeset viewer.