https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291511
Bug ID: 291511
Summary: /usr/sbin/devinfo has lost space character between
device name and description...
Product: Base System
Version: 15.0-RELEASE
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
This causes breakage for any tool that parses the output and expects a space
between then name and the <description>, for example the intel-nvmupdate tools
(see bugid 291510)
FreeBSD 15:
# devinfo -v|head -4
nexus0
efirtc0<EFI Realtime Clock>
smbios0<System Management BIOS>
cryptosoft0<software crypto>
Earlier:
# devinfo -v |head -4
nexus0
efirtc0 <EFI Realtime Clock>
cryptosoft0 <software crypto>
aesni0 <AES-CBC,AES-CCM,AES-GCM,AES-ICM,AES-XTS>
--
You are receiving this mail because:
You are the assignee for the bug.