blob: 13fb2bd316b9b02132b0ee41e35404294add2f9c (
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 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.
|