mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Updated to NTP-4.2.4p7.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7940 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
a8073f4730
commit
6564aa1fff
@ -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>
|
||||
|
@ -372,7 +372,7 @@ $Date$
|
||||
<!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">
|
||||
|
@ -43,6 +43,10 @@
|
||||
<listitem>
|
||||
<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
|
||||
|
Loading…
Reference in New Issue
Block a user