aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinícius Zavam <egypcio@FreeBSD.org>2022-08-18 10:38:55 +0000
committerVinícius Zavam <egypcio@FreeBSD.org>2022-08-18 10:38:55 +0000
commitc96974452f03a874d4b37bb09a11d135bfbab923 (patch)
tree883c2f897c0f2a7e677f7434c0d38615065037f4
parent5b1719034d057d17487fc15a8253cb8c7b3d5c75 (diff)
downloadports-c96974452f03a874d4b37bb09a11d135bfbab923.tar.gz
ports-c96974452f03a874d4b37bb09a11d135bfbab923.zip
security/py-yubikey-manager: fix instructions in pkg-message
The usbconfig command requires a -d parameter prior to the device. PR: 265901 Reported by: ehaupt@
-rw-r--r--security/py-yubikey-manager/Makefile2
-rw-r--r--security/py-yubikey-manager/pkg-message4
2 files changed, 3 insertions, 3 deletions
diff --git a/security/py-yubikey-manager/Makefile b/security/py-yubikey-manager/Makefile
index 09ad2ef3e431..c72c03d9fdad 100644
--- a/security/py-yubikey-manager/Makefile
+++ b/security/py-yubikey-manager/Makefile
@@ -1,6 +1,6 @@
PORTNAME= yubikey-manager
PORTVERSION= 4.0.9
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/security/py-yubikey-manager/pkg-message b/security/py-yubikey-manager/pkg-message
index 4ce046c0daba..850709a66a27 100644
--- a/security/py-yubikey-manager/pkg-message
+++ b/security/py-yubikey-manager/pkg-message
@@ -4,8 +4,8 @@
In order to use `ykman otp` commands, you need to make sure the uhid(4)
driver attaches to the USB device:
- # usbconfig ugenX.Y add_quirk UQ_KBD_IGNORE
- # usbconfig ugenX.Y reset
+ # usbconfig -d ugenX.Y add_quirk UQ_KBD_IGNORE
+ # usbconfig -d ugenX.Y reset
The correct device to operate on (ugenX.Y) can be determined using
`usbconfig list`.