Author: dj Date: 2007-08-21 22:10:11 -0600 (Tue, 21 Aug 2007) New Revision: 7093
Modified: trunk/BOOK/connect/dhcp/dhcpcd.xml trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to dhcpcd-3.0.19. Modified: trunk/BOOK/connect/dhcp/dhcpcd.xml =================================================================== --- trunk/BOOK/connect/dhcp/dhcpcd.xml 2007-08-22 04:09:21 UTC (rev 7092) +++ trunk/BOOK/connect/dhcp/dhcpcd.xml 2007-08-22 04:10:11 UTC (rev 7093) @@ -6,7 +6,7 @@ <!ENTITY dhcpcd-download-http "http://download.berlios.de/dhcpcd/dhcpcd-&dhcpcd-version;.tar.bz2"> <!ENTITY dhcpcd-download-ftp "ftp://ftp.osuosl.org/pub/gentoo/distfiles/dhcpcd-&dhcpcd-version;.tar.bz2"> - <!ENTITY dhcpcd-md5sum "e9100e53f64ca1f9fb0d392c3a623738"> + <!ENTITY dhcpcd-md5sum "90d6df62d663bdea65d5905023377b39"> <!ENTITY dhcpcd-size "32.5 KB"> <!ENTITY dhcpcd-buildsize "0.3 MB"> <!ENTITY dhcpcd-time "less than 0.1 SBU"> @@ -20,16 +20,16 @@ <date>$Date$</date> </sect1info> - <title>Dhcpcd-&dhcpcd-version;</title> + <title>dhcpcd-&dhcpcd-version;</title> <indexterm zone="dhcpcd"> - <primary sortas="a-Dhcpcd">Dhcpcd</primary> + <primary sortas="a-dhcpcd">dhcpcd</primary> </indexterm> <sect2 role="package"> - <title>Introduction to Dhcpcd</title> + <title>Introduction to dhcpcd</title> - <para><application>dhcpcd</application>is an implementation of the + <para><application>dhcpcd</application> is an implementation of the DHCP client specified in RFC2131. This is useful for connecting your computer to a network which uses DHCP to assign network addresses.</para> @@ -62,7 +62,7 @@ </sect2> <sect2 role="installation"> - <title>Installation of Dhcpcd</title> + <title>Installation of dhcpcd</title> <para>Install <application>dhcpcd</application> by running the following commands:</para> @@ -77,25 +77,8 @@ </sect2> - <sect2 role="commands"> - <title>Command Explanations</title> - - <para><parameter>--prefix=""</parameter>: There may be a good reason for - abandoning the normal BLFS convention of using - <parameter>--prefix=/usr</parameter> here. If you are installing - DHCP, it is likely that it is - required during the boot process and - <filename class="directory">/usr</filename> may be network mounted, in which - case <command>dhcpcd</command> wouldn't be available due to being on the - network! Therefore, depending on your situation, you may want it to be - installed in <filename class="directory">/sbin</filename> or - <filename class="directory">/usr/sbin</filename>. This command installs to - <filename class="directory">/sbin</filename>.</para> - - </sect2> - <sect2 role="configuration"> - <title>Configuring Dhcpcd</title> + <title>Configuring dhcpcd</title> <sect3 id="dhcpcd-config"> <title>Config Files</title> @@ -103,7 +86,7 @@ <para><filename>/etc/dhcpcd.sh</filename></para> <indexterm zone="dhcpcd dhcpcd-config"> - <primary sortas="e-etc-dhcpc">/etc/dhcpcd.sh</primary> + <primary sortas="e-etc-dhcpcd-sh">/etc/dhcpcd.sh</primary> </indexterm> </sect3> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2007-08-22 04:09:21 UTC (rev 7092) +++ trunk/BOOK/general.ent 2007-08-22 04:10:11 UTC (rev 7093) @@ -3,11 +3,11 @@ $Date$ --> -<!ENTITY day "21"> <!-- Always 2 digits --> +<!ENTITY day "22"> <!-- Always 2 digits --> <!ENTITY month "08"> <!-- Always 2 digits --> <!ENTITY year "2007"> <!ENTITY version "svn-&year;&month;&day;"> -<!ENTITY releasedate "August &day;st, &year;"> +<!ENTITY releasedate "August &day;nd, &year;"> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> <!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] --> @@ -47,7 +47,7 @@ <!ENTITY lfs-gcc-version "4.1.2"> <!-- End LFS versions --> -<!ENTITY blfs-bootscripts-version "20070726"> +<!ENTITY blfs-bootscripts-version "20070822"> <!ENTITY blfs-bootscripts-download "&downloads-root;/blfs-bootscripts-&blfs-bootscripts-version;.tar.bz2"> <!ENTITY blfs-wiki "http://wiki.&lfs-domainname;/blfs/wiki"> @@ -321,7 +321,7 @@ <!-- Chapter 14 --> <!ENTITY dhcp-version "3.0.5"> -<!ENTITY dhcpcd-version "3.0.17"> +<!ENTITY dhcpcd-version "3.0.19"> <!-- Chapter 15 --> <!ENTITY pppoe-version "3.8"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2007-08-22 04:09:21 UTC (rev 7092) +++ trunk/BOOK/introduction/welcome/changelog.xml 2007-08-22 04:10:11 UTC (rev 7093) @@ -42,6 +42,15 @@ --> <listitem> + <para>August 22, 2007</para> + <itemizedlist> + <listitem> + <para>[dj] - Updated to dhcpcd-3.0.19.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>August 21, 2007</para> <itemizedlist> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
