glfs/basicnet/netprogs/ntp/ntp-inst.xml
Igor Živković 31502745e7 ntp corrections, install in /usr/sbin
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1769 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-02-03 21:50:56 +00:00

13 lines
376 B
XML

<sect2>
<title>Installation of <application><acronym>NTP</acronym></application></title>
<para>Install <application><acronym>NTP</acronym></application> by running the following
commands:</para>
<screen><userinput><command>./configure --prefix=/usr --bindir=/usr/sbin \
--sysconfdir=/etc &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>