summaryrefslogtreecommitdiffstats
path: root/network/gophernicus
diff options
context:
space:
mode:
author B. Watson2022-03-14 18:32:08 +0100
committer B. Watson2022-03-17 17:38:15 +0100
commitf60b4ba89d23909b641e49ea7b5715141d34a34b (patch)
treea57c75656c64e8bd62b8884bba0ad5422fcd4aea /network/gophernicus
parent89393990340df50d4919fa82d94ef660344b5bf3 (diff)
downloadslackbuilds-f60b4ba89d23909b641e49ea7b5715141d34a34b.tar.gz
network/gophernicus: Move setup instructions to README.SBo.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/gophernicus')
-rw-r--r--network/gophernicus/README12
-rw-r--r--network/gophernicus/README.SBo8
2 files changed, 10 insertions, 10 deletions
diff --git a/network/gophernicus/README b/network/gophernicus/README
index 13fb2bd316..e430d7e136 100644
--- a/network/gophernicus/README
+++ b/network/gophernicus/README
@@ -1,13 +1,5 @@
gophernicus (gopher server)
Gophernicus is a modern full-featured (and hopefully) secure gopher
-daemon for inetd or xinetd.
-
-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>
-
-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.
+daemon for inetd or xinetd. See README.SBo for instructions on how to
+configure inetd or xinetd to run gophernicus.
diff --git a/network/gophernicus/README.SBo b/network/gophernicus/README.SBo
new file mode 100644
index 0000000000..755f487486
--- /dev/null
+++ b/network/gophernicus/README.SBo
@@ -0,0 +1,8 @@
+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>
+
+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.