glfs/server/other/leafnode/leafnode-inst.xml
Larry Lawrence 5f5a393119 added leafnode and xinetd
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@124 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-08-24 01:47:45 +00:00

16 lines
349 B
XML

<sect2>
<title>Installation of leafnode</title>
<para>Install leafnode by running the following commands:</para>
<para><screen><userinput>
groupadd news
useradd -g news news
./configure --prefix=/usr --sysconfdir=/etc/news &amp;&amp;
make &amp;&amp;
make install &amp;&amp;
ldconfig &amp;&amp;
make update
</userinput></screen></para>
</sect2>