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 8355aa994410e4df4cca7fb3a302a7ff1d26ad34
parent e3759e8a47e6b7e0483e8978d5e40c370f8cf6fe
Author: Christoph Lohmann <20h@r-36.net>
Date:   Sat,  2 Apr 2022 23:05:04 +0200

Update manpage to current distribution way.

Promote sacc.

Diffstat:
geomyidae.8 | 9+++++----
1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/geomyidae.8 b/geomyidae.8 @@ -55,8 +55,9 @@ commands. The resulting executable should be run by root. .Ss Basic Installation and Startup: .Bd -literal - $ wget http://www.r-36.net/src/geomyidae/geomyidae-current.tgz - $ tar -xzvf geomyidae-*.tgz + $ wget ftp://bitreich.org/releases/geomyidae/geomyidae-$VERSION.tar.lz + $ lzip -d geomyidae-$VERSION.tar.lz + $ tar -xvf geomyidae-*.tar $ cd geomyidae-* $ make; sudo make install $ sudo mkdir -p /var/gopher @@ -64,8 +65,8 @@ commands. The resulting executable should be run by root. $ sudo geomyidae -l /var/log/geomyidae.log -b /var/gopher -p 70 $ tail -f /var/log/geomyidae.log - Use whatever gopher client you like (ie. lynx) to browse: - $ lynx gopher://localhost + Use whatever gopher client you like (ie. sacc) to browse: + $ sacc gopher://localhost .Ed . .Ss Running