git: 9front

Download patch

ref: 0011a76b4d111760c93669573c8671398bd214b4
parent: db9c84152de4796efd86975eae78bc72d1f637e3
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Jan 29 15:35:10 EST 2023

sysinfo: use usbtree instead of just cating #u/usb/ctl

--- a/rc/bin/sysinfo
+++ b/rc/bin/sysinfo
@@ -23,7 +23,7 @@
 	logprog aux/icanhasmsi
 	logprog aux/icanhasvmx -v
 	logprog aux/pcmcia
-	logprog cat '#u/usb/ctl'
+	logprog usbtree
 	logprog cat '#S/sdctl'
 	for(i in '#S'/sd[A-Z][0-9]*/ctl)
 		logprog cat $i
--