Config.in 580 B

1234567891011121314151617
  1. config 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. Leafnode-2 needs inetd, check chapter 14 of the documentation
  10. at:
  11. http://krusty.dt.e-technik.tu-dortmund.de/~ma/leafnode/beta/leafnode-readme.txt
  12. For example, you can add this line to inetd.conf:
  13. nntp stream tcp nowait news /usr/sbin/leafnode
  14. http://krusty.dt.e-technik.tu-dortmund.de/~ma/leafnode/beta