From lyndon@orthanc.ab.ca Mon Nov 15 14:41:06 1999
Return-Path: <lyndon@orthanc.ab.ca>
Received: from orthanc.ab.ca (orthanc.ab.ca [207.167.3.130])
	by hub.freebsd.org (Postfix) with ESMTP id D011214A2A
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 15 Nov 1999 14:41:04 -0800 (PST)
	(envelope-from lyndon@orthanc.ab.ca)
Received: (from lyndon@localhost)
	by orthanc.ab.ca (8.10.0.Beta6/8.10.0.Beta6) id dAFMe8918700;
	Mon, 15 Nov 1999 15:40:08 -0700 (MST)
Message-Id: <199911152240.dAFMe8918700@orthanc.ab.ca>
Date: Mon, 15 Nov 1999 15:40:08 -0700 (MST)
From: Lyndon Nerenberg <lyndon@orthanc.ab.ca>
Reply-To: lyndon@orthanc.ab.ca
To: FreeBSD-gnats-submit@freebsd.org
Subject: opiekey missing links to otp-md4 and otp-md5
X-Send-Pr-Version: 3.2

>Number:         14911
>Category:       bin
>Synopsis:       Install of opiekey missing links to otp-md[45]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 15 14:50:01 PST 1999
>Closed-Date:    Sun May 14 14:15:22 PDT 2000
>Last-Modified:  Sun May 14 14:15:34 PDT 2000
>Originator:     Lyndon Nerenberg
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
The Frobozz Magic Homing Pigeon Company
>Environment:

	-CURRENT

>Description:

	The makefile for opiekey neglects to install the indicated links
	for the binary and manpage.

>How-To-Repeat:


>Fix:

Apply the following patch to /usr/src/usr.bin/opiekey/Makefile:

echo x - opie.diff
sed 's/^X//' >opie.diff << 'END-of-opie.diff'
X--- Makefile	1999/11/15 22:32:21	1.1
X+++ Makefile	1999/11/15 22:33:43
X@@ -11,6 +11,11 @@
X DPADD=	${LIBOPIE} ${LIBMD}
X LDADD=	-lopie -lmd
X 
X+LINKS=	${BINDIR}/opiekey ${BINDIR}/otp-md4
X+LINKS+= ${BINDIR}/opiekey ${BINDIR}/otp-md5
X+
X+MLINKS= opiekey.1 otp-md4.1 opiekey.1 otp-md5.1
X+
X .PATH:	${OPIE_DIST}
X 
X .include <bsd.prog.mk>
END-of-opie.diff
exit


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: obrien 
State-Changed-When: Sun May 14 14:15:22 PDT 2000 
State-Changed-Why:  
committed 
>Unformatted:
