network/gophernicus: Move setup instructions to README.SBo.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
8939399034
commit
f60b4ba89d
|
@ -1,13 +1,5 @@
|
||||||
gophernicus (gopher server)
|
gophernicus (gopher server)
|
||||||
|
|
||||||
Gophernicus is a modern full-featured (and hopefully) secure gopher
|
Gophernicus is a modern full-featured (and hopefully) secure gopher
|
||||||
daemon for inetd or xinetd.
|
daemon for inetd or xinetd. See README.SBo for instructions on how to
|
||||||
|
configure inetd or xinetd to run gophernicus.
|
||||||
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.
|
|
||||||
|
|
|
@ -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.
|
Loading…
Reference in New Issue