package/leafnode2: Add user 'news', add note about inetd to help text

Suggested by Thomas:
http://lists.busybox.net/pipermail/buildroot/2014-October/107727.html

[Thomas: minor formatting improvements]

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Bernd Kuhls 2014-10-04 23:59:17 +02:00 committed by Thomas Petazzoni
parent 899d2af16d
commit e472306f75
2 changed files with 10 additions and 0 deletions

View File

@ -7,4 +7,10 @@ config BR2_PACKAGE_LEAFNODE2
server designed for small sites with just a few active
newsgroups.
Leafnode-2 needs inetd, check chapter 14 of the documentation at
http://www.dt.e-technik.uni-dortmund.de/~ma/leafnode/beta/leafnode-readme.txt
For example, you can add this line to inetd.conf:
nntp stream tcp nowait news /usr/sbin/leafnode
http://www.dt.e-technik.uni-dortmund.de/~ma/leafnode/beta/

View File

@ -32,4 +32,8 @@ endef
LEAFNODE2_PRE_BUILD_HOOKS += LEAFNODE2_BUILD_SORTNL_TOOL
define LEAFNODE2_USERS
news -1 news -1 * - - - Leafnode2 daemon
endef
$(eval $(autotools-package))