Author: igor
Date: Wed Jul 24 06:39:27 2013
New Revision: 11484

Log:
Link NTP with Readline

Modified:
   trunk/BOOK/networking/netprogs/ntp.xml

Modified: trunk/BOOK/networking/netprogs/ntp.xml
==============================================================================
--- trunk/BOOK/networking/netprogs/ntp.xml      Tue Jul 23 20:18:47 2013        
(r11483)
+++ trunk/BOOK/networking/netprogs/ntp.xml      Wed Jul 24 06:39:27 2013        
(r11484)
@@ -103,7 +103,7 @@
     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 @@
     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">
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to