Commit Briefs

c8cf682107 Thomas Adam

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.


0df6b4df0f Thomas Adam

man page fixes suggested by Josiah Frentsos


c902213d3f Thomas Adam

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