Re: svn commit: r229081 - stable/9/usr.bin/grep

2012-01-03 Thread Doug Barton
On 01/03/2012 06:29, John Baldwin wrote: > On Saturday, December 31, 2011 9:06:24 am Gábor Kövesdán wrote: >> On 2011.12.31. 15:00, Gleb Kurtsou wrote: ${BINDIR}/grep ${BINDIR}/fgrep \ > ${BINDIR}/grep ${BINDIR}/zgrep \ > ${BINDIR}/grep ${BINDIR}/zegrep \ >

Re: svn commit: r229081 - stable/9/usr.bin/grep

2012-01-03 Thread John Baldwin
On Saturday, December 31, 2011 9:06:24 am Gábor Kövesdán wrote: > On 2011.12.31. 15:00, Gleb Kurtsou wrote: > >>${BINDIR}/grep ${BINDIR}/fgrep \ > >> > ${BINDIR}/grep ${BINDIR}/zgrep \ > >> > ${BINDIR}/grep ${BINDIR}/zegrep \ > >> > - ${BINDIR}/grep ${BINDIR}/zfgrep \ >

Re: svn commit: r229081 - stable/9/usr.bin/grep

2011-12-31 Thread Ed Schouten
* Gleb Kurtsou , 20111231 15:00: > Is there a reason we need all this mess is the first place? 12 grep links > under > /usr/bin. Why not to make zgrep handle all compression types. Tranparent > compression handling in tar was a great success. +1. -- Ed Schouten WWW: http://80386.nl/ pgpTQc

Re: svn commit: r229081 - stable/9/usr.bin/grep

2011-12-31 Thread Gábor Kövesdán
On 2011.12.31. 15:00, Gleb Kurtsou wrote: ${BINDIR}/grep ${BINDIR}/fgrep \ >${BINDIR}/grep ${BINDIR}/zgrep \ >${BINDIR}/grep ${BINDIR}/zegrep \ > - ${BINDIR}/grep ${BINDIR}/zfgrep \ > - ${BINDIR}/grep ${BINDIR}/xzgrep \ > - ${BINDIR}/grep ${BINDIR}/xzegrep \ >

Re: svn commit: r229081 - stable/9/usr.bin/grep

2011-12-31 Thread Gleb Kurtsou
On (31/12/2011 13:12), Gabor Kovesdan wrote: > Author: gabor > Date: Sat Dec 31 13:12:10 2011 > New Revision: 229081 > URL: http://svn.freebsd.org/changeset/base/229081 > > Log: > MFC r228099: > - Create links to the xz and lzma versions even if BSD grep is not the > default. Nor GNU n

svn commit: r229081 - stable/9/usr.bin/grep

2011-12-31 Thread Gabor Kovesdan
Author: gabor Date: Sat Dec 31 13:12:10 2011 New Revision: 229081 URL: http://svn.freebsd.org/changeset/base/229081 Log: MFC r228099: - Create links to the xz and lzma versions even if BSD grep is not the default. Nor GNU nor liblzma in base provides such functionality so it may