CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2019/11/28 10:51:55
Modified files: usr.sbin/ldomctl: ldomctl.8 ldomctl.c Log message: Print guest domain vcctty(4) devices in status output The virtual console concentrator port's minor had to be infered from the guest's internal ID which corresponds to the order of listing. To lift this implementation detail, simply print the device ready to copy and use with cu(1). OK kettenis