Author: gdalziel Date: 2009-08-05 15:07:20 -0600 (Wed, 05 Aug 2009) New Revision: 7940
Modified: trunk/BOOK/basicnet/netprogs/ntp.xml trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to NTP-4.2.4p7. Modified: trunk/BOOK/basicnet/netprogs/ntp.xml =================================================================== --- trunk/BOOK/basicnet/netprogs/ntp.xml 2009-08-05 12:05:32 UTC (rev 7939) +++ trunk/BOOK/basicnet/netprogs/ntp.xml 2009-08-05 21:07:20 UTC (rev 7940) @@ -5,12 +5,11 @@ %general-entities; <!ENTITY ntp-download-http "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-&ntp-version;.tar.gz"> - <!ENTITY ntp-download-ftp " "> - <!-- <!ENTITY ntp-download-ftp "ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-4.2/ntp-&ntp-version;.tar.gz"> --> - <!ENTITY ntp-md5sum "eb647e07ecbd6e9e07bf8d3dc555490e"> + <!ENTITY ntp-download-ftp "&gentoo-ftp-repo;/ntp-&ntp-version;.tar.gz"> + <!ENTITY ntp-md5sum "8c19ff62ed4f7d64f8e2aa59cb11f364"> <!ENTITY ntp-size "3.3 MB"> - <!ENTITY ntp-buildsize "27.2 MB"> - <!ENTITY ntp-time "0.4 SBU"> + <!ENTITY ntp-buildsize "29 MB"> + <!ENTITY ntp-time "0.5 SBU"> ]> <sect1 id="ntp" xreflabel="NTP-&ntp-version;"> @@ -35,6 +34,8 @@ a network. This package is the official reference implementation of the NTP protocol.</para> + &lfs65_checked; + <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> <listitem> @@ -57,15 +58,13 @@ </listitem> </itemizedlist> -<!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead> <itemizedlist spacing='compact'> <listitem> <para>Required patch: <ulink - url="&patch-root;/ntp-&ntp-version;-gcc4-1.patch"/></para> + url="&patch-root;/ntp-&ntp-version;-mod_nano-1.patch"/></para> </listitem> </itemizedlist> ---> <bridgehead renderas="sect3">NTP Dependencies</bridgehead> @@ -83,8 +82,9 @@ <para>Install <application>NTP</application> by running the following commands:</para> -<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \ - --with-binsubdir=sbin && +<screen><userinput>patch -Np1 -i ../ntp-&ntp-version;-mod_nano-1.patch && +./configure --prefix=/usr --sysconfdir=/etc \ + --with-binsubdir=sbin && make</userinput></screen> <para>To test the results, issue: <command>make check</command>.</para> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2009-08-05 12:05:32 UTC (rev 7939) +++ trunk/BOOK/general.ent 2009-08-05 21:07:20 UTC (rev 7940) @@ -372,7 +372,7 @@ <!ENTITY ncftp-version "3.2.3"> <!ENTITY net-tools-version "1.60"> <!ENTITY wireless-tools-version "28"> -<!ENTITY ntp-version "4.2.4p5"> +<!ENTITY ntp-version "4.2.4p7"> <!ENTITY openssh-version "5.1p1"> <!ENTITY portmap-version "6.0"> <!ENTITY rsync-version "3.0.2"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2009-08-05 12:05:32 UTC (rev 7939) +++ trunk/BOOK/introduction/welcome/changelog.xml 2009-08-05 21:07:20 UTC (rev 7940) @@ -44,6 +44,10 @@ <para>August 5th, 2009</para> <itemizedlist> <listitem> + <para>[gdalziel] - Updated to NTP-4.2.4p7. Added a patch to fix + MOD_NANO definition.</para> + </listitem> + <listitem> <para>[dj] - Removed unnecessary convert-mans commands in shadow instructions, and replaced invalid convert-mans commands with equivalent iconv commands in MC.</para> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
