------------------------------------------------------------
revno: 1710
committer: Mark Sapiro <m...@msapiro.net>
branch nick: 2.1
timestamp: Sun 2017-06-04 17:27:02 -0700
message:
  Added -a to default (e)grep in contrib/mmdsr.
modified:
  NEWS
  contrib/mmdsr


--
lp:mailman/2.1
https://code.launchpad.net/~mailman-coders/mailman/2.1

Your team Mailman Checkins is subscribed to branch lp:mailman/2.1.
To unsubscribe from this branch go to 
https://code.launchpad.net/~mailman-coders/mailman/2.1/+edit-subscription
=== modified file 'NEWS'
--- NEWS	2017-06-03 20:33:49 +0000
+++ NEWS	2017-06-05 00:27:02 +0000
@@ -9,6 +9,9 @@
 
   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)
 

=== modified file 'contrib/mmdsr'
--- contrib/mmdsr	2016-03-02 09:57:16 +0000
+++ contrib/mmdsr	2017-06-05 00:27:02 +0000
@@ -202,6 +202,11 @@
 # 0.0.26        Update by Mark Sapiro <m...@msapiro.net>
 #               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 <m...@msapiro.net>
+#		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 @@
 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"

_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to