blob: 1e1c73cb2eb65d44f8797d990a5870b9e793c457 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
gophernicus (gopher server)
Gophernicus is a modern full-featured (and hopefully) secure gopher
daemon for inetd.
You may want to 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.
|