Author: dnicholson Date: 2007-06-20 21:46:03 -0600 (Wed, 20 Jun 2007) New Revision: 6811
Modified: trunk/BOOK/connect/dhcp/dhcpcd.xml trunk/BOOK/general.ent trunk/BOOK/introduction/welcome/changelog.xml trunk/bootscripts/ChangeLog trunk/bootscripts/blfs/sysconfig/network-devices/services/dhcpcd Log: Updated to dhcpcd-3.0.17 Modified: trunk/BOOK/connect/dhcp/dhcpcd.xml =================================================================== --- trunk/BOOK/connect/dhcp/dhcpcd.xml 2007-06-21 03:36:57 UTC (rev 6810) +++ trunk/BOOK/connect/dhcp/dhcpcd.xml 2007-06-21 03:46:03 UTC (rev 6811) @@ -6,9 +6,9 @@ <!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 "ec91c33b6d9cb46a42f9564e573fd249"> - <!ENTITY dhcpcd-size "123 KB"> - <!ENTITY dhcpcd-buildsize "1.2 MB"> + <!ENTITY dhcpcd-md5sum "e9100e53f64ca1f9fb0d392c3a623738"> + <!ENTITY dhcpcd-size "32.5 KB"> + <!ENTITY dhcpcd-buildsize "0.3 MB"> <!ENTITY dhcpcd-time "less than 0.1 SBU"> ]> @@ -67,15 +67,13 @@ <para>Install <application>dhcpcd</application> by running the following commands:</para> -<screen><userinput>./configure --prefix="" --mandir=/usr/share/man && -make</userinput></screen> +<screen><userinput>make</userinput></screen> <para>This package does not come with a test suite.</para> <para>Now, as the <systemitem class="username">root</systemitem> user:</para> -<screen role="root"><userinput>make install && -chmod -v 754 /etc/dhcpc/dhcpcd.exe</userinput></screen> +<screen role="root"><userinput>make install</userinput></screen> </sect2> @@ -102,10 +100,10 @@ <sect3 id="dhcpcd-config"> <title>Config Files</title> - <para><filename>/etc/dhcpc/dhcpcd.exe</filename></para> + <para><filename>/etc/dhcpcd.sh</filename></para> <indexterm zone="dhcpcd dhcpcd-config"> - <primary sortas="e-etc-dhcpc">/etc/dhcpc/dhcpcd.exe</primary> + <primary sortas="e-etc-dhcpc">/etc/dhcpcd.sh</primary> </indexterm> </sect3> @@ -127,9 +125,11 @@ <para>Whenever <command>dhcpcd</command> configures or shuts down a network interface, it executes the script - <filename>/etc/dhcpc/dhcpcd.exe</filename>. This script can be + <filename>/etc/dhcpcd.sh</filename>. This script can be customized to perform additional actions for the network interface. - See the man page of <command>dhcpcd</command> for more details.</para> + See the man page of <command>dhcpcd</command> for more details. An + example file is shipped in the tarball which can be used to send + the interface details to syslog.</para> <para id="dhcpcd-config2">Finally, as the <systemitem class="username">root</systemitem> user create the @@ -198,7 +198,7 @@ <seglistitem> <seg>dhcpcd</seg> <seg>None</seg> - <seg>/etc/dhcpc and /var/lib/dhcpc</seg> + <seg>None</seg> </seglistitem> </segmentedlist> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2007-06-21 03:36:57 UTC (rev 6810) +++ trunk/BOOK/general.ent 2007-06-21 03:46:03 UTC (rev 6811) @@ -292,7 +292,7 @@ <!-- Chapter 14 --> <!ENTITY dhcp-version "3.0.5"> -<!ENTITY dhcpcd-version "2.0.8"> +<!ENTITY dhcpcd-version "3.0.17"> <!-- Chapter 15 --> <!ENTITY pppoe-version "3.8"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2007-06-21 03:36:57 UTC (rev 6810) +++ trunk/BOOK/introduction/welcome/changelog.xml 2007-06-21 03:46:03 UTC (rev 6811) @@ -48,6 +48,9 @@ <para>[dnicholson] - Fixed app-defaults references in xterm. Closes #2362. Reported by laxy.</para> </listitem> + <listitem> + <para>[dnicholson] - Updated to dhcpcd-3.0.17.</para> + </listitem> </itemizedlist> </listitem> Modified: trunk/bootscripts/ChangeLog =================================================================== --- trunk/bootscripts/ChangeLog 2007-06-21 03:36:57 UTC (rev 6810) +++ trunk/bootscripts/ChangeLog 2007-06-21 03:46:03 UTC (rev 6811) @@ -1,4 +1,7 @@ 2007-06-20 Dan Nicholson <[EMAIL PROTECTED]> + * Update lease info path for dhcpcd-3.x. + +2007-06-20 Dan Nicholson <[EMAIL PROTECTED]> * Use proper references for the pid and lease files in the dhcpcd service script. Modified: trunk/bootscripts/blfs/sysconfig/network-devices/services/dhcpcd =================================================================== --- trunk/bootscripts/blfs/sysconfig/network-devices/services/dhcpcd 2007-06-21 03:36:57 UTC (rev 6810) +++ trunk/bootscripts/blfs/sysconfig/network-devices/services/dhcpcd 2007-06-21 03:46:03 UTC (rev 6811) @@ -13,7 +13,7 @@ . $IFCONFIG PIDFILE="/var/run/dhcpcd-$1.pid" -LEASEINFO="/var/lib/dhcpc/dhcpcd-$1.info" +LEASEINFO="/var/lib/dhcpcd/dhcpcd-$1.info" case "$2" in up) -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
