Commit Briefs

7843333165 Stefan Sperling

expose 'gotctl info' output only to the root user

Now that anyone can connect to the socket, it is probably safer to expose information about currently connected clients only to root.


ed0cf971e5 Stefan Sperling

man page fixes suggested by Josiah Frentsos


f1752522ac Stefan Sperling

add gotctl(8); initially supported commands are 'info' and 'stop'

This will be used by an upcoming regress test suite for gotd(8). ok tracey