Author: dnicholson Date: 2007-06-07 22:04:35 -0600 (Thu, 07 Jun 2007) New Revision: 6801
Modified: trunk/BOOK/basicnet/netprogs/ntp.xml trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to ntp-4.2.4p0 Modified: trunk/BOOK/basicnet/netprogs/ntp.xml =================================================================== --- trunk/BOOK/basicnet/netprogs/ntp.xml 2007-06-08 03:47:39 UTC (rev 6800) +++ trunk/BOOK/basicnet/netprogs/ntp.xml 2007-06-08 04:04:35 UTC (rev 6801) @@ -4,13 +4,11 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!-- <!ENTITY ntp-download-http "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-stable-&ntp-version;-20060224.tar.gz"> --> - <!-- <!ENTITY ntp-download-ftp "ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-stable-&ntp-version;-20060224.tar.gz"> --> - <!ENTITY ntp-download-http "&sources-anduin-http;/n/ntp-stable-&ntp-version;-20060224.tar.gz"> - <!ENTITY ntp-download-ftp "&sources-anduin-ftp;/n/ntp-stable-&ntp-version;-20060224.tar.gz"> - <!ENTITY ntp-md5sum "49d4a704b49dc1ef2a7ec0b7938c3ae1"> - <!ENTITY ntp-size "2.3 MB"> - <!ENTITY ntp-buildsize "22.1 MB"> + <!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 "ftp://ftp.udel.edu/pub/ntp/ntp4/ntp-4.2/ntp-&ntp-version;.tar.gz"> + <!ENTITY ntp-md5sum "6f381e3764eac481bed9cf7e4d508952"> + <!ENTITY ntp-size "3.3 MB"> + <!ENTITY ntp-buildsize "27.2 MB"> <!ENTITY ntp-time "0.4 SBU"> ]> @@ -84,8 +82,8 @@ <para>Install <application>NTP</application> by running the following commands:</para> -<screen><userinput>./configure --prefix=/usr --bindir=/usr/sbin \ - --sysconfdir=/etc && +<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc \ + --with-binsubdir=sbin && make</userinput></screen> <para>To test the results, issue: <command>make check</command>.</para> @@ -94,10 +92,19 @@ <screen role="root"><userinput>make install && install -v -m755 -d /usr/share/doc/ntp-&ntp-version; && -cp -v -R html /usr/share/doc/ntp-&ntp-version;/</userinput></screen> +cp -v -R html/* /usr/share/doc/ntp-&ntp-version;/</userinput></screen> </sect2> + <sect2 role="commands"> + <title>Command Explanations</title> + + <para><parameter>--with-binsubdir=sbin</parameter>: This parameter places + the administrative programs in <filename + class="directory">/usr/sbin</filename>.</para> + + </sect2> + <sect2 role="configuration"> <title>Configuring NTP</title> @@ -193,7 +200,7 @@ <seglistitem> <seg>ntp-keygen, ntp-wait, ntpd, ntpdate, ntpdc, ntpq, - ntptime, ntptrace, and tickadj</seg> + ntptime, ntptrace, sntp and tickadj</seg> <seg>None</seg> <seg>/usr/share/doc/ntp-&ntp-version;</seg> </seglistitem> @@ -291,6 +298,16 @@ </listitem> </varlistentry> + <varlistentry id="sntp"> + <term><command>sntp</command></term> + <listitem> + <para>is a Simple Network Time Protocol (SNTP) client.</para> + <indexterm zone="ntp sntp"> + <primary sortas="b-sntp">sntp</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="tickadj"> <term><command>tickadj</command></term> <listitem> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2007-06-08 03:47:39 UTC (rev 6800) +++ trunk/BOOK/general.ent 2007-06-08 04:04:35 UTC (rev 6801) @@ -315,7 +315,7 @@ <!-- <!ENTITY ncpfs-version "2.2.4"> --> <!ENTITY net-tools-version "1.60"> <!ENTITY wireless-tools-version "28"> -<!ENTITY ntp-version "4.2.0a"> +<!ENTITY ntp-version "4.2.4p0"> <!ENTITY openssh-version "4.6p1"> <!ENTITY portmap-version "5beta"> <!ENTITY rsync-version "2.6.8"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2007-06-08 03:47:39 UTC (rev 6800) +++ trunk/BOOK/introduction/welcome/changelog.xml 2007-06-08 04:04:35 UTC (rev 6801) @@ -48,6 +48,9 @@ <para>[dnicholson] - Changed the Qt /usr install with symlinks to the bin, include and lib directories in /usr/share/qt.</para> </listitem> + <listitem> + <para>[dnicholson] - Updated to NTP-4.2.4p0.</para> + </listitem> </itemizedlist> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
