[Bug 291511] /usr/sbin/devinfo has lost space character between device name and description...
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 291511] /usr/sbin/devinfo has lost space character between device name and description..."
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 291511] /usr/sbin/devinfo has lost space character between device name and description..."
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 291511] /usr/sbin/devinfo has lost space character between device name and description..."
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 291511] /usr/sbin/devinfo has lost space character between device name and description..."
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 291511] /usr/sbin/devinfo has lost space character between device name and description..."
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 09 Dec 2025 12:49:43 UTC
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: bugs@FreeBSD.org
Reporter: pen@lysator.liu.se
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.