mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
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@
This commit is contained in:
parent
5b1719034d
commit
c96974452f
@ -1,6 +1,6 @@
|
||||
PORTNAME= yubikey-manager
|
||||
PORTVERSION= 4.0.9
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -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`.
|
||||
|
Loading…
Reference in New Issue
Block a user