From nobody@FreeBSD.org  Sat Jan 29 18:21:19 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 3129C1065670
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 29 Jan 2011 18:21:19 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 226078FC16
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 29 Jan 2011 18:21:19 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p0TILIKj013074
	for <freebsd-gnats-submit@FreeBSD.org>; Sat, 29 Jan 2011 18:21:18 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p0TILIXq013064;
	Sat, 29 Jan 2011 18:21:18 GMT
	(envelope-from nobody)
Message-Id: <201101291821.p0TILIXq013064@red.freebsd.org>
Date: Sat, 29 Jan 2011 18:21:18 GMT
From: Eitan Adler <lists@eitanadler.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] add mlinks from [bxl]zless.1 to less.1
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 29 18:30:11 UTC 2011
>Closed-Date:    Thu May 05 18:22:33 UTC 2011
>Last-Modified:  Thu May 05 18:22:33 UTC 2011
>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:

From: Eitan Adler <lists@eitanadler.com>
To: bug-followup@freebsd.org, lists@eitanadler.com
Cc:  
Subject: Re: bin/154381: [patch] add mlinks from [bxl]zless.1 to less.1
Date: Sat, 29 Jan 2011 13:36:25 -0500

 Add zless as well
 
 Index: Makefile
 ===================================================================
 --- Makefile	(revision 217870)
 +++ Makefile	(working copy)
 @@ -14,7 +14,12 @@
  	${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 \
 +		less.1 zless.1
 +		
  CLEANFILES= less.1
 
  .include "Makefile.common"
 
 -- 
 Eitan Adler

From: Doug Barton <dougb@FreeBSD.org>
To: bug-followup@FreeBSD.org, lists@eitanadler.com
Cc:  
Subject: Re: bin/154381: [patch] add mlinks from [bxl]zless.1 to less.1
Date: Wed, 04 May 2011 19:59:03 -0700

 At minimum this would need updates to less.1 to indicate the other names 
 that are being linked to it, as well as an .Xr to the man pages of each 
 of the archivers. As a result, this PR should not be committed as is.
 
 
 Doug
 
 -- 
 
 	Nothin' ever doesn't change, but nothin' changes much.
 			-- OK Go
 
 	Breadth of IT experience, and depth of knowledge in the DNS.
 	Yours for the right price.  :)  http://SupersetSolutions.com/
 
State-Changed-From-To: open->closed 
State-Changed-By: eadler 
State-Changed-When: Thu May 5 18:22:32 UTC 2011 
State-Changed-Why:  
would require modification of less.1 to indicate what its behavior is 
when called by those various other names and .Xrs for all of the 
archivers that you're linking in as well 

http://www.freebsd.org/cgi/query-pr.cgi?pr=154381 
>Unformatted:
