1
0
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:
Vinícius Zavam 2022-08-18 10:38:55 +00:00
parent 5b1719034d
commit c96974452f
No known key found for this signature in database
GPG Key ID: 415C653413B43475
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= yubikey-manager
PORTVERSION= 4.0.9
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -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`.