From bdba0e977c9d6e7a69c722a1074f89082c1632b4 Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sun, 4 Jun 2017 17:27:02 -0700 Subject: Added -a to default (e)grep in contrib/mmdsr. --- NEWS | 3 +++ contrib/mmdsr | 9 +++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 0d2c4cb4..9b0bbd46 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,9 @@ Here is a history of user visible changes to Mailman. Bug fixes and other patches + - Added a -a option to the (e)grep commands in contrib/mmdsr to account + for logs that may have non-ascii and be seen as binary. + - Fixed the -V option to bin/list_lists to not show lists whose host is a subdomain of the given domain. (LP: #1695610) diff --git a/contrib/mmdsr b/contrib/mmdsr index 8cbe55cb..bf5e71c9 100644 --- a/contrib/mmdsr +++ b/contrib/mmdsr @@ -202,6 +202,11 @@ # 0.0.26 Update by Mark Sapiro # Updated on: Sat Feb 20 21:17:14 PST 2016 # Properly display No such list names that contain ". +# +# 0.0.27 Update by Mark Sapiro +# Updated on: Sun Jun 4 17:12:54 PDT 2017 +# Added -a to default (e)grep to account for logs that may +# have non-ascii and be seen as binary. ############################################################################### # Set up locations of standard commands, directories, etc.... @@ -212,9 +217,9 @@ AWK="/usr/bin/awk" BASENAME="/usr/bin/basename" CAT="/bin/cat" DATE="/bin/date" -EGREP="/bin/egrep" +EGREP="/bin/egrep -a" FMT="/usr/bin/fmt" -GREP="/bin/grep" +GREP="/bin/grep -a" HEAD="/usr/bin/head" LS="/bin/ls" MKTEMP="/bin/mktemp" -- cgit v1.2.3