geomyidae

A small C-based gopherd. (gopher://bitreich.org/1/scm/geomyidae)
git clone git://r-36.net/geomyidae
Log | Files | Refs | README | LICENSE

commit 694f5b6233e0fe66afa930d566842f17ba67de34
parent 4ea20bd4ac233b244a34ee294b99e37df75a4d41
Author: Christoph Lohmann <20h@r-36.net>
Date:   Sat,  2 Apr 2022 22:57:00 +0200

Move geomyidae to /usr/local/bin instead of sbin.

We are not a root daemon.

Diffstat:
Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -6,7 +6,7 @@ NAME = geomyidae VERSION = 0.34 PREFIX = /usr/local -BINDIR = ${PREFIX}/sbin +BINDIR = ${PREFIX}/bin MANDIR = ${PREFIX}/share/man/man8 # Comment to disable TLS support