summaryrefslogtreecommitdiffstats
path: root/usr.bin/opiekey
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2014-08-11 14:37:57 +0000
committerache <ache@FreeBSD.org>2014-08-11 14:37:57 +0000
commit6e6c17d1a413046433742b3eb8b192a31f5083e5 (patch)
tree28cd9f4f6c06f330b32f932ca99974532fd3e460 /usr.bin/opiekey
parent5fded323c98d91ae013ffc069a65c433fb8ed851 (diff)
downloadFreeBSD-src-6e6c17d1a413046433742b3eb8b192a31f5083e5.zip
FreeBSD-src-6e6c17d1a413046433742b3eb8b192a31f5083e5.tar.gz
Link otp-sha1 to match real challenge prompt, not otp-sha
MFC after: 1 week
Diffstat (limited to 'usr.bin/opiekey')
-rw-r--r--usr.bin/opiekey/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/opiekey/Makefile b/usr.bin/opiekey/Makefile
index e017f4d..0ee8570 100644
--- a/usr.bin/opiekey/Makefile
+++ b/usr.bin/opiekey/Makefile
@@ -15,9 +15,9 @@ LDADD= -lopie -lmd
LINKS= ${BINDIR}/opiekey ${BINDIR}/otp-md4
LINKS+= ${BINDIR}/opiekey ${BINDIR}/otp-md5
-LINKS+= ${BINDIR}/opiekey ${BINDIR}/otp-sha
+LINKS+= ${BINDIR}/opiekey ${BINDIR}/otp-sha1
-MLINKS= opiekey.1 otp-md4.1 opiekey.1 otp-md5.1 opiekey.1 otp-sha.1
+MLINKS= opiekey.1 otp-md4.1 opiekey.1 otp-md5.1 opiekey.1 otp-sha1.1
.PATH: ${OPIE_DIST}
OpenPOWER on IntegriCloud