1config BR2_PACKAGE_LEAFNODE2 2 bool "leafnode2" 3 depends on BR2_USE_MMU # fork() 4 select BR2_PACKAGE_PCRE 5 help 6 Leafnode-2 is a store-and-forward NNTP (or Usenet) proxy 7 server designed for small sites with just a few active 8 newsgroups. 9 10 Leafnode-2 needs inetd, check chapter 14 of the documentation 11 at: 12 http://krusty.dt.e-technik.tu-dortmund.de/~ma/leafnode/beta/leafnode-readme.txt 13 14 For example, you can add this line to inetd.conf: 15 nntp stream tcp nowait news /usr/sbin/leafnode 16 17 http://krusty.dt.e-technik.tu-dortmund.de/~ma/leafnode/beta 18