Bug 14911 - Install of opiekey missing links to otp-md[45]
Summary: Install of opiekey missing links to otp-md[45]
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 4.0-CURRENT
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-11-15 22:50 UTC by Lyndon Nerenberg
Modified: 2000-05-14 22:15 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lyndon Nerenberg 1999-11-15 22:50:01 UTC
	The makefile for opiekey neglects to install the indicated links
	for the binary and manpage.

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
Comment 1 David E. O'Brien freebsd_committer freebsd_triage 2000-05-14 22:15:22 UTC
State Changed
From-To: open->closed