diff options
author | dsomero <xgizzmo@gmail.com> | 2010-05-20 22:03:59 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-21 00:45:38 -0500 |
commit | c7a4ca9c45255e2b19a926d9caab51810724fb16 (patch) | |
tree | ea3d07688d08f7905097c79a4fd71a42b284730b /network/leafnode/README | |
parent | af37e5ca8faa18831a0fcdce2962e10f202e928e (diff) |
network/leafnode: Removed (build failure)
Diffstat (limited to 'network/leafnode/README')
-rw-r--r-- | network/leafnode/README | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/network/leafnode/README b/network/leafnode/README deleted file mode 100644 index 08f7ca92b8120..0000000000000 --- a/network/leafnode/README +++ /dev/null @@ -1,21 +0,0 @@ -Leafnode 2 is an NNTP proxy server intended for small sites, where -there are few users and little disk space, but where a large number of -groups is desired. It can also be used to give a regular newsreader -off-line functionality. - -There is some work to do to install this program effectively, all -of which is clearly set out in the README file contained in the -documents. It is strongly advised that you read this file thoroughly -before installing Leafnode 2. In summary you will need to: - -1. Ensure $NNTPSERVER or /etc/nntpserver points to 'localhost'. -2. Set /etc/inetd.conf so leafnode is executed for incoming NNTP connections. -3. Set /etc/hosts.deny and /etc/hosts.allow to protect the server. -4. Create /etc/leafnode/config and adjust settings as required. -5. Set cronjobs for fetchnews and texpire. -6. Fetch the newsgroup list from the upstream server. -7. Set your newsreader to use 'localhost'. - -Future versions of Leafnode 2 will have access to the lua programming / -scripting language so we will be sitting tight with this particular version -of Leafnode 2 until the lua-enabled version has matured a little. |