~futatuki/mailman/2.1-listinfo-overview-client-lang

« back to all changes in this revision

Viewing changes to contrib/mmdsr

  • Committer: Yasuhito FUTATSUKI at POEM
  • Date: 2017-06-06 10:34:51 UTC
  • mfrom: (1654.3.35 2.1)
  • Revision ID: futatuki@poem.co.jp-20170606103451-nmhlvj5u86s9maxw
Merge lp:mailman/2.1 up to rev 1713

Show diffs side-by-side

added added

removed removed

Lines of Context:
202
202
# 0.0.26        Update by Mark Sapiro <mark@msapiro.net>
203
203
#               Updated on: Sat Feb 20 21:17:14 PST 2016
204
204
#               Properly display No such list names that contain ".
 
205
#
 
206
# 0.0.27        Update by Mark Sapiro <mark@msapiro.net>
 
207
#               Updated on: Sun Jun  4 17:12:54 PDT 2017
 
208
#               Added -a to default (e)grep to account for logs that may
 
209
#               have non-ascii and be seen as binary.
205
210
 
206
211
###############################################################################
207
212
# Set up locations of standard commands, directories, etc....
212
217
BASENAME="/usr/bin/basename"
213
218
CAT="/bin/cat"
214
219
DATE="/bin/date"
215
 
EGREP="/bin/egrep"
 
220
EGREP="/bin/egrep -a"
216
221
FMT="/usr/bin/fmt"
217
 
GREP="/bin/grep"
 
222
GREP="/bin/grep -a"
218
223
HEAD="/usr/bin/head"
219
224
LS="/bin/ls"
220
225
MKTEMP="/bin/mktemp"