diff options
author | Fridrich von Stauffenberg <cancellor2@gmail.com> | 2012-12-10 12:36:50 +0100 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-11 16:23:05 -0500 |
commit | a842d4dcdb4d59e0f72892b0cde77df70d5f98e8 (patch) | |
tree | 02e40dbda165581efa49d5103a038902e0f1be07 /network/gophernicus/README | |
parent | 84fdbc022238f7aacf6573d61374ba5915ccbc64 (diff) | |
download | slackbuilds-a842d4dcdb4d59e0f72892b0cde77df70d5f98e8.tar.gz |
network/gophernicus: Added (gopher server).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'network/gophernicus/README')
-rw-r--r-- | network/gophernicus/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/network/gophernicus/README b/network/gophernicus/README new file mode 100644 index 0000000000..ce23ba448a --- /dev/null +++ b/network/gophernicus/README @@ -0,0 +1,11 @@ +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 +the build time. |