Author: dj Date: 2006-03-06 23:11:39 -0700 (Mon, 06 Mar 2006) New Revision: 5708
Modified: trunk/BOOK/connect/dhcp/dhcpcd.xml trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to dhcpcd-2.0.2 Modified: trunk/BOOK/connect/dhcp/dhcpcd.xml =================================================================== --- trunk/BOOK/connect/dhcp/dhcpcd.xml 2006-03-07 02:27:22 UTC (rev 5707) +++ trunk/BOOK/connect/dhcp/dhcpcd.xml 2006-03-07 06:11:39 UTC (rev 5708) @@ -4,11 +4,11 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY dhcpcd-download-http "http://www.phystech.com/ftp/dhcpcd-&dhcpcd-version;.tar.gz"> - <!ENTITY dhcpcd-download-ftp "ftp://ftp.phystech.com/pub/dhcpcd-&dhcpcd-version;.tar.gz"> - <!ENTITY dhcpcd-md5sum "dd627a121e43835bead3ffef5b1a72fd"> - <!ENTITY dhcpcd-size "145 KB"> - <!ENTITY dhcpcd-buildsize "944 KB"> + <!ENTITY dhcpcd-download-http "http://ftp.osuosl.org/pub/gentoo/distfiles/dhcpcd-&dhcpcd-version;.tar.bz2"> + <!ENTITY dhcpcd-download-ftp "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/dhcpcd-&dhcpcd-version;.tar.bz2"> + <!ENTITY dhcpcd-md5sum "74ed2b738f92aeffd88da8ef1d7fb115"> + <!ENTITY dhcpcd-size "124 KB"> + <!ENTITY dhcpcd-buildsize "1.3 MB"> <!ENTITY dhcpcd-time "0.04 SBU"> ]> @@ -59,13 +59,15 @@ </listitem> </itemizedlist> +<!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead> <itemizedlist spacing='compact'> <listitem> <para>Required Patch: <ulink url="&patch-root;/dhcpcd-&dhcpcd-version;-fhs-1.patch"/></para> </listitem> - </itemizedlist> + </itemizedlist> +--> </sect2> @@ -75,8 +77,7 @@ <para>Install <application>dhcpcd</application> by running the following commands:</para> -<screen><userinput>patch -Np1 -i ../dhcpcd-&dhcpcd-version;-fhs-1.patch && -./configure --prefix="" --sysconfdir=/var/lib && +<screen><userinput>./configure --prefix="" --sysconfdir=/var/lib && make</userinput></screen> <para>Now, as the <systemitem class="username">root</systemitem> user:</para> @@ -88,18 +89,6 @@ <sect2 role="commands"> <title>Command Explanations</title> - <para><command>patch -Np1 -i ../dhcpcd-&dhcpcd-version;-fhs-1.patch</command>: - <application>dhcpcd</application> unpatched puts all configuration - and temporary files in <filename class='directory'>/etc/dhcpc</filename>. This - becomes very annoying when <application>dhcpcd</application> tells you it's - running and it's not. You look in - <filename class="directory">/var/run</filename> for the - <filename>PID</filename> file, but it's not there, the - <filename>PID</filename> file that needs deleting is in - <filename class="directory">/etc/dhcpc</filename>. This patch brings this - program into FHS compliance, but more importantly, puts - files where you expect them to be.</para> - <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 @@ -113,8 +102,8 @@ <filename class="directory">/sbin</filename>.</para> <para><parameter>--sysconfdir=/var/lib</parameter>: This command installs - configuration files in the <filename class="directory">/var/lib</filename> - directory.</para> + configuration and state files in the + <filename class="directory">/var/lib</filename> directory.</para> </sect2> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2006-03-07 02:27:22 UTC (rev 5707) +++ trunk/BOOK/general.ent 2006-03-07 06:11:39 UTC (rev 5708) @@ -1,4 +1,4 @@ -<!ENTITY day "06"> <!-- Always 2 digits --> +<!ENTITY day "07"> <!-- Always 2 digits --> <!ENTITY month "03"> <!-- Always 2 digits --> <!ENTITY year "2006"> <!ENTITY version "svn-&year;&month;&day;"> @@ -250,7 +250,7 @@ <!-- Chapter 14 --> <!ENTITY dhcp-version "3.0.2"> -<!ENTITY dhcpcd-version "1.3.22-pl4"> +<!ENTITY dhcpcd-version "2.0.2"> <!-- Chapter 15 --> <!ENTITY pppoe-version "3.6"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2006-03-07 02:27:22 UTC (rev 5707) +++ trunk/BOOK/introduction/welcome/changelog.xml 2006-03-07 06:11:39 UTC (rev 5708) @@ -41,6 +41,15 @@ --> <listitem> + <para>March 7th, 2006</para> + <itemizedlist> + <listitem> + <para>[dj] - Updated to dhcpcd-2.0.2.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>March 6th, 2006</para> <itemizedlist> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
