From: Stefan Sperling Subject: Re: add gotwebctl(8) To: Omar Polo Cc: gameoftrees@openbsd.org Date: Sun, 18 Jan 2026 22:27:54 +0100 On Sun, Jan 18, 2026 at 05:41:30PM +0100, Omar Polo wrote: > looks good to me. ok op@ Thanks! I've sent it up. > maybe just remove > > > [...] > > --- /dev/null > > +++ gotwebctl/gotwebctl.c > > [...] > > +#define GOTCTL_CMD_INFO "info" > > +#define GOTCTL_CMD_STOP "stop" > > because they seem unused. Done, thanks! > Also, this was missing as well i think: > > --- Makefile > +++ Makefile > @@ -7,7 +7,7 @@ SUBDIR += regress > .endif > > .if make(clean) || make(obj) || make(release) > -SUBDIR += gotwebd gotd gotsh gotctl template gitwrapper > +SUBDIR += gotwebd gotwebctl gotd gotsh gotctl template gitwrapper > SUBDIR += gotsysd gotsys gotsysctl > .endif Indeed.