From 8f2be988de1c3fe4e05fa92ee3ac3f3a92e02dd2 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sat, 25 Jul 2015 08:27:52 -0700 Subject: Updated contrib/mmdsr for prior log change. --- contrib/mmdsr | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'contrib/mmdsr') diff --git a/contrib/mmdsr b/contrib/mmdsr index 522f65fa..51feb43d 100644 --- a/contrib/mmdsr +++ b/contrib/mmdsr @@ -181,6 +181,11 @@ # Updated on: Fri Mar 21 19:47:19 PDT 2014 # Updated the "No such list" error report to include the newly # added name of the CGI module. +# +# 0.0.23 Update by Mark Sapiro +# Updated on: Sat Jul 25 07:52:55 PDT 2015 +# Updated "Login failure with private rosters" report to +# account for newly added IP in log message. ############################################################################### # Set up locations of standard commands, directories, etc.... @@ -456,7 +461,7 @@ do echo "" >> $TMP echo "Login failure with private rosters (by user):" >> $TMP echo "------------------------------" >> $TMP - $GREP -i 'Login failure with private rosters' $TMPLOG | $AWK '{ print $NF }' | $SORT | $UNIQ -c | $SORT -nr >> $TMP + $GREP -i 'Login failure with private rosters' $TMPLOG | $AWK '{ print $(NF-2) " " $(NF-1) " " $NF }' | $SORT | $UNIQ -c | $SORT -nr >> $TMP echo "" >> $TMP echo "Unsub attempt of non-member (by user):" >> $TMP -- cgit v1.2.3