Download raw body.
gotwebd: drop mention of obsolete helper program directory
Feedback? OK?
-----------------------------------------------
commit 0119e3c3c22784b8dd0828ae0d3b35fdd9852c59 (main)
from: Klemens Nanni <kn@openbsd.org>
date: Sat Sep 12 19:51:26 2026 UTC
gotwebd: drop mention of obsolete helper program directory
Noticed while reading the manual and setting things up:
* got 0.111; 2025-04-22
- get rid of the gotwebd-specific libexec helpers in /var/www/bin/gotwebd
diff f85c55bef56ccf3f41b8de4fc0482423541066c7 0119e3c3c22784b8dd0828ae0d3b35fdd9852c59
commit - f85c55bef56ccf3f41b8de4fc0482423541066c7
commit + 0119e3c3c22784b8dd0828ae0d3b35fdd9852c59
blob - 22466be67cc8ab44489af620bed8558a24ed17c9
blob + 2c12bcfdc7480a27e963d0d563b1e0e5fbc2d988
--- gotwebd/Makefile.inc
+++ gotwebd/Makefile.inc
@@ -3,7 +3,6 @@ PREFIX ?= /usr/local
BINDIR ?= ${PREFIX}/sbin
LIBEXECDIR ?= ${PREFIX}/libexec
CHROOT_DIR ?= /var/www
-GOTWEB_DIR = /bin/gotwebd
HTTPD_DIR = ${CHROOT_DIR}/htdocs
PROG_DIR = ${HTTPD_DIR}/${PROG}
WWWUSR ?= www
blob - 44db575cd23b0cd41d694facc4c1857c55ea1674
blob + aa82342c92d4a10a44f03472e7eca7c21a113caa
--- gotwebd/gotwebd.8
+++ gotwebd/gotwebd.8
@@ -122,12 +122,6 @@ Default location for Git repositories served by
This location can be adjusted in the
.Xr gotwebd.conf 5
configuration file.
-.It Pa /var/www/bin/gotwebd/
-Directory containing statically linked
-.Xr got 1
-helper programs which are run by
-.Nm
-to read Git repositories.
.It Pa /var/www/htdocs/gotwebd/
Directory containing HTML, CSS, and image files used by
.Nm .
gotwebd: drop mention of obsolete helper program directory