Date: Mon, 15 Nov 1999 15:40:08 -0700 (MST) From: Lyndon Nerenberg <lyndon@orthanc.ab.ca> To: FreeBSD-gnats-submit@freebsd.org Subject: bin/14911: opiekey missing links to otp-md4 and otp-md5 Message-ID: <199911152240.dAFMe8918700@orthanc.ab.ca>
next in thread | raw e-mail | index | archive | help
>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: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 15 14:50:01 PST 1999 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911152240.dAFMe8918700>