[Bug 291511] /usr/sbin/devinfo has lost space character between device name and description...

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 09 Dec 2025 12:54:32 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291511

--- Comment #1 from Peter Eriksson <pen@lysator.liu.se> ---
Quick and dirty workaround:

# cd /usr/sbin
# mv devinfo devinfo.real
# cat >devinfo
#!/bin/sh
exec /usr/sbin/devinfo.real "$@" | sed -e 's/</ </'
^D
# chmod +x devinfo

-- 
You are receiving this mail because:
You are the assignee for the bug.