From: Stefan Sperling Subject: Re: gotweb sunset To: gameoftrees@openbsd.org Date: Fri, 30 Dec 2022 23:19:18 +0100 On Fri, Dec 30, 2022 at 02:54:14PM -0700, Tracey Emery wrote: > Here is an initial diff to kill poor, poor neglected gotweb. See > anything I've missed here? The top-level Makefile still recurses into the gotweb dir: .if make(clean) || make(obj) || make(release) SUBDIR += gotweb gotwebd gotd gotsh gotctl template .endif And do we want to rename the gitconfig "gotweb" section to "gotwebd"? The name is set here: lib/read_gitconfig.c: owner = got_gitconfig_get_str(gitconfig, "gotweb", "owner") libexec/got-read-gitconfig/got-read-gitconfig.c: value = got_gitconfig_get_str(gitconfig, "gotweb", "owner"); If it is renamed then gotwebd.conf.5 will also need a corresponding tweak.