aboutsummaryrefslogtreecommitdiff
path: root/network/gophernicus/README
diff options
context:
space:
mode:
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 1e1c73cb2eb65..13fb2bd316b9b 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.