diff -Nur -x '*.orig' -x '*.rej' logwatch-7.3.2/conf/logfiles/oidentd-current.conf mezzanine_patched_logwatch-7.3.2/conf/logfiles/oidentd-current.conf --- logwatch-7.3.2/conf/logfiles/oidentd-current.conf 1969-12-31 17:00:00.000000000 -0700 +++ mezzanine_patched_logwatch-7.3.2/conf/logfiles/oidentd-current.conf 2006-12-29 14:04:11.000000000 -0700 @@ -0,0 +1,15 @@ +########################################################################## +# $Id: oidentd-current.conf,v 1.1 2005/09/07 00:37:59 bjorn Exp $ +########################################################################## +# $Log: oidentd-current.conf,v $ +# Revision 1.1 2005/09/07 00:37:59 bjorn +# New oidentd multilog files written by Shad L. Lords +# +########################################################################## + +# What actual file? Defaults to LogPath if not absolute path.... +LogFile = oidentd/@*.s +LogFile = oidentd/current + +# Keep only the lines in the proper date range... +*applytaidate diff -Nur -x '*.orig' -x '*.rej' logwatch-7.3.2/conf/services/oidentd-multi.conf mezzanine_patched_logwatch-7.3.2/conf/services/oidentd-multi.conf --- logwatch-7.3.2/conf/services/oidentd-multi.conf 1969-12-31 17:00:00.000000000 -0700 +++ mezzanine_patched_logwatch-7.3.2/conf/services/oidentd-multi.conf 2006-12-29 14:05:17.000000000 -0700 @@ -0,0 +1,31 @@ +########################################################################### +# $Id: oidentd-multi.conf,v 1.1 2005/09/07 00:37:59 bjorn Exp $ +########################################################################### +# $Log: oidentd-multi.conf,v $ +# Revision 1.1 2005/09/07 00:37:59 bjorn +# New oidentd multilog files written by Shad L. Lords +# +########################################################################### + +# for use with multilog + +# You can put comments anywhere you want to. They are effective for the +# rest of the line. + +# this is in the format of = . Whitespace at the beginning +# and end of the lines is removed. Whitespace before and after the = sign +# is removed. Everything is case *insensitive*. + +# Yes = True = On = 1 +# No = False = Off = 0 + +Title = "oidentd" + +# Which logfile group... +LogFile = oidentd-current + +# Only give lines pertaining to the oidentd service... +#*OnlyService = oidentd +*RemoveHeaders = + +# vi: shiftwidth=3 tabstop=3 et