summaryrefslogtreecommitdiff
path: root/news/leafnode/MESSAGE
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2002-06-16 11:34:26 +0000
committercjep <cjep@pkgsrc.org>2002-06-16 11:34:26 +0000
commite0af88e6b2e8f9a88bddaa71fee381129485eb2d (patch)
tree09c8d61b6c47fb895a9ccd4335fd1cd157cdb526 /news/leafnode/MESSAGE
parent2f9f0a5da4de01bb850f5179be4e6ce41cb957e1 (diff)
downloadpkgsrc-e0af88e6b2e8f9a88bddaa71fee381129485eb2d.tar.gz
Initial import of Leafnode 1.9.22 into the NetBSD packages collection
as news/leafnode. Leafnode is a USENET software package designed for small sites, with a few tens of readers and only a slow link to the net. The work in this package is based on that of Ingolf Steinbach in PR#13830. wiz@ made some suggestions as well. Thanks to both of them.
Diffstat (limited to 'news/leafnode/MESSAGE')
-rw-r--r--news/leafnode/MESSAGE20
1 files changed, 20 insertions, 0 deletions
diff --git a/news/leafnode/MESSAGE b/news/leafnode/MESSAGE
new file mode 100644
index 00000000000..4f68ae087ef
--- /dev/null
+++ b/news/leafnode/MESSAGE
@@ -0,0 +1,20 @@
+======================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2002/06/16 11:34:26 cjep Exp $
+
+Edit ${LEAFNODE_CONFDIR}/config and make the necessary local
+changes.
+
+Leafnode needs to be run from inetd. An example configuration for
+/etc/inetd.conf is as follows:
+nntp stream tcp nowait news ${PREFIX}/sbin/leafnode leafnode
+nntp stream tcp6 nowait news ${PREFIX}/sbin/leafnode leafnode
+
+Edit the news user's crontab to run an expiry job. For example, add:
+0 4 * * * ${PREFIX}/sbin/texpire
+
+As root or news, run "fetchnews". This may take some time. Then connect
+to the leafnode server with an NNTP client. Select the groups you want
+to read in the future by reading the "default" article in them.
+Run "fetchnews" again. This run will pick up all the groups you want to
+read. You may wish to automate the running of "fetchnews".
+======================================================================