Link NTP with Readline

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11484 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2013-07-24 13:39:27 +00:00
parent 6b14cb2a06
commit a01b1bf4a3

View File

@ -103,7 +103,7 @@ useradd -c "Network Time Protocol" -d /var/lib/ntp -u 87 \
the following commands:</para>
<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \
--with-binsubdir=sbin &amp;&amp;
--with-binsubdir=sbin --with-lineeditlibs=readline &amp;&amp;
make</userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para>
@ -124,6 +124,12 @@ cp -v -R html/* /usr/share/doc/ntp-&ntp-version;/</userinput></screen>
the administrative programs in <filename
class="directory">/usr/sbin</filename>.</para>
<para><option>--with-lineeditlibs=readline</option>: This option enables
<application>Readline</application> support for <command>ntpdc</command>
and <command>ntpq</command> programs. If omitted,
<application>libedit</application> will be used if installed, otherwise no
readline capabilites will be compiled.</para>
</sect2>
<sect2 role="configuration">