aboutsummaryrefslogtreecommitdiff
path: root/network/gophernicus/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-09-11 02:53:51 -0400
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-10-13 00:52:24 +0700
commit5084926e25107b6bc50bd90c50f179f24412d68a (patch)
tree8a00f327651799b5d742231fa6f8e56596b07bb6 /network/gophernicus/README
parentae6d3087723af026f227605f1beb51d6a5e6b5b2 (diff)
network/gophernicus: Updated for version 3.1.1.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/gophernicus/README')
-rw-r--r--network/gophernicus/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/network/gophernicus/README b/network/gophernicus/README
index 1e1c73cb2e..13fb2bd316 100644
--- a/network/gophernicus/README
+++ b/network/gophernicus/README
@@ -1,13 +1,13 @@
gophernicus (gopher server)
Gophernicus is a modern full-featured (and hopefully) secure gopher
-daemon for inetd.
+daemon for inetd or xinetd.
-You may want to add this line to your /etc/inetd.conf and then restart
-or kill -HUP the inetd process:
+To run under inetd, add this line to your /etc/inetd.conf and then
+restart or kill -HUP the inetd process:
gopher stream tcp nowait nobody /usr/sbin/in.gophernicus in.gophernicus -h <your-hostname>
-Alternatively, gophernicus can be configured to run under xinetd.
-This is done automatically when xinetd is present on the system at
-build time.
+To run under xinetd, just restart or kill -HUP the xinetd process
+after installing the package. This assumes you already have xinetd
+installed and running.