mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-27 18:02:12 +08:00
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:
parent
6b14cb2a06
commit
a01b1bf4a3
@ -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 &&
|
||||
--with-binsubdir=sbin --with-lineeditlibs=readline &&
|
||||
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">
|
||||
|
Loading…
Reference in New Issue
Block a user