diff -Nur -x '*.orig' -x '*.rej' logwatch-7.3.2/conf/logfiles/proftpd-current.conf mezzanine_patched_logwatch-7.3.2/conf/logfiles/proftpd-current.conf --- logwatch-7.3.2/conf/logfiles/proftpd-current.conf 1969-12-31 17:00:00.000000000 -0700 +++ mezzanine_patched_logwatch-7.3.2/conf/logfiles/proftpd-current.conf 2006-12-29 13:26:07.000000000 -0700 @@ -0,0 +1,15 @@ +########################################################################## +# $Id: proftpd-current.conf,v 1.1 2005/09/07 00:37:59 bjorn Exp $ +########################################################################## +# $Log: proftpd-current.conf,v $ +# Revision 1.1 2005/09/07 00:37:59 bjorn +# New proftpd multilog files written by Shad L. Lords +# +########################################################################## + +# What actual file? Defaults to LogPath if not absolute path.... +LogFile = proftpd/@*.s +LogFile = proftpd/current + +# Keep only the lines in the proper date range... +*applytaidate diff -Nur -x '*.orig' -x '*.rej' logwatch-7.3.2/conf/services/proftpd.conf mezzanine_patched_logwatch-7.3.2/conf/services/proftpd.conf --- logwatch-7.3.2/conf/services/proftpd.conf 1969-12-31 17:00:00.000000000 -0700 +++ mezzanine_patched_logwatch-7.3.2/conf/services/proftpd.conf 2006-12-29 13:27:12.000000000 -0700 @@ -0,0 +1,34 @@ +########################################################################### +# $Id: proftpd.conf,v 1.1 2005/09/07 00:37:59 bjorn Exp $ +########################################################################### +# $Log: proftpd.conf,v $ +# Revision 1.1 2005/09/07 00:37:59 bjorn +# New proftpd 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 = "proftpd" + +# Which logfile group... +LogFile = proftpd-current + +# Only give lines pertaining to the proftpd service... +#*OnlyService = proftpd +*RemoveHeaders = + +# Set this to 1 if you want to ignore unmatched FTP messages... +$ftpd_ignore_unmatched = 0 + +# vi: shiftwidth=3 tabstop=3 et