https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291511
--- Comment #1 from Peter Eriksson <[email protected]> --- 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.
