Commit e472306f authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Thomas Petazzoni
Browse files

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

parent 899d2af1
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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/
+4 −0
Original line number Diff line number Diff line
@@ -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))