svn commit: r316979 - head/usr.bin/less

Dimitry Andric dim at FreeBSD.org
Sat Apr 15 20:56:04 UTC 2017


On 15 Apr 2017, at 22:06, Baptiste Daroussin <bapt at FreeBSD.org> wrote:
> 
> Author: bapt
> Date: Sat Apr 15 20:06:24 2017
> New Revision: 316979
> URL: https://svnweb.freebsd.org/changeset/base/316979
> 
> Log:
>  Add a zstdless equivalent to zless, bzless xzless
> 
> Modified:
>  head/usr.bin/less/Makefile
>  head/usr.bin/less/lesspipe.sh
> 
> Modified: head/usr.bin/less/Makefile
> ==============================================================================
> --- head/usr.bin/less/Makefile	Sat Apr 15 20:05:22 2017	(r316978)
> +++ head/usr.bin/less/Makefile	Sat Apr 15 20:06:24 2017	(r316979)
> @@ -12,7 +12,8 @@ LIBADD=	ncursesw
> LINKS=	${BINDIR}/less ${BINDIR}/more \
> 	${BINDIR}/zless ${BINDIR}/bzless \
> 	${BINDIR}/zless ${BINDIR}/xzless \
> -	${BINDIR}/zless ${BINDIR}/lzless
> +	${BINDIR}/zless ${BINDIR}/lzless \
> +	${BINDIR}/zless ${BINDIR}/zstless

s/zstless/zstdless/ here?

-Dimitry

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 194 bytes
Desc: Message signed with OpenPGP
URL: <http://lists.freebsd.org/pipermail/svn-src-head/attachments/20170415/0783cc6d/attachment.sig>


More information about the svn-src-head mailing list