Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jan 2011 18:21:18 GMT
From:      Eitan Adler <lists@eitanadler.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   bin/154381: [patch] add mlinks from [bxl]zless.1 to less.1
Message-ID:  <201101291821.p0TILIXq013064@red.freebsd.org>
Resent-Message-ID: <201101291830.p0TIUB1I009758@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         154381
>Category:       bin
>Synopsis:       [patch] add mlinks from [bxl]zless.1 to less.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 29 18:30:11 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Eitan Adler
>Release:        
>Organization:
>Environment:
>Description:
The programs [bxl]zless lack manual pages.
>How-To-Repeat:
man xzless

>Fix:
Index: Makefile
===================================================================
--- Makefile	(revision 217870)
+++ Makefile	(working copy)
@@ -14,7 +14,11 @@
 	${BINDIR}/zless ${BINDIR}/bzless \
 	${BINDIR}/zless ${BINDIR}/xzless \
 	${BINDIR}/zless ${BINDIR}/lzless
-MLINKS=	less.1 more.1
+MLINKS=	less.1 more.1 \
+		less.1 bzless.1 \
+		less.1 xzless.1 \
+		less.1 lzless.1
+		
 CLEANFILES= less.1
 


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101291821.p0TILIXq013064>