[Clfs-commits] commit: r4834 - in /branches/clfs-sysroot/BOOK: ./ final-system/ final-system/common/ introduction/common/ materials/common/

svn at cross-lfs.org svn at cross-lfs.org
Sun Mar 15 14:07:01 PDT 2009


Author: jciccone
Date: Sun Mar 15 21:07:01 2009
New Revision: 4834

Log:
Added DHCPCD.

Added:
    branches/clfs-sysroot/BOOK/final-system/common/dhcpcd.xml
      - copied, changed from r4818, trunk/BOOK/final-system/common/dhcpcd.xml
Modified:
    branches/clfs-sysroot/BOOK/final-system/alpha-chapter.xml
    branches/clfs-sysroot/BOOK/final-system/arm-chapter.xml
    branches/clfs-sysroot/BOOK/final-system/hppa-chapter.xml
    branches/clfs-sysroot/BOOK/final-system/x86-chapter.xml
    branches/clfs-sysroot/BOOK/introduction/common/changelog.xml
    branches/clfs-sysroot/BOOK/materials/common/packages.xml
    branches/clfs-sysroot/BOOK/packages.ent

Modified: branches/clfs-sysroot/BOOK/final-system/alpha-chapter.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/alpha-chapter.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/alpha-chapter.xml Sun Mar 15 21:07:01 2009
@@ -37,6 +37,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/automake.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bash.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bzip2.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dhcpcd.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/diffutils.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/file.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/findutils.xml"/>

Modified: branches/clfs-sysroot/BOOK/final-system/arm-chapter.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/arm-chapter.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/arm-chapter.xml Sun Mar 15 21:07:01 2009
@@ -37,6 +37,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/automake.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bash.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bzip2.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dhcpcd.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/diffutils.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/file.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/findutils.xml"/>

Modified: branches/clfs-sysroot/BOOK/final-system/hppa-chapter.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/hppa-chapter.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/hppa-chapter.xml Sun Mar 15 21:07:01 2009
@@ -37,6 +37,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/automake.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bash.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bzip2.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dhcpcd.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/diffutils.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/file.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/findutils.xml"/>

Modified: branches/clfs-sysroot/BOOK/final-system/x86-chapter.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/final-system/x86-chapter.xml (original)
+++ branches/clfs-sysroot/BOOK/final-system/x86-chapter.xml Sun Mar 15 21:07:01 2009
@@ -37,6 +37,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/automake.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bash.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bzip2.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dhcpcd.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/diffutils.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/file.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/findutils.xml"/>

Modified: branches/clfs-sysroot/BOOK/introduction/common/changelog.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/introduction/common/changelog.xml (original)
+++ branches/clfs-sysroot/BOOK/introduction/common/changelog.xml Sun Mar 15 21:07:01 2009
@@ -39,6 +39,9 @@
     <listitem>
       <para>March 15, 2009</para>
       <itemizedlist>
+        <listitem>
+          <para>[jciccone] - Added DHCPCD to the final system.</para>
+        </listitem>
         <listitem>
           <para>[jciccone] - Updated NCurses Branch Update Patch to -10.</para>
         </listitem>

Modified: branches/clfs-sysroot/BOOK/materials/common/packages.xml
==============================================================================
--- branches/clfs-sysroot/BOOK/materials/common/packages.xml (original)
+++ branches/clfs-sysroot/BOOK/materials/common/packages.xml Sun Mar 15 21:07:01 2009
@@ -83,6 +83,15 @@
         <para>Home page: <ulink url="&coreutils-home;"/></para>
         <para>Download: <ulink url="&coreutils-url;"/></para>
         <para>MD5 sum: <literal>&coreutils-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
+      <term>DHCPCD (&dhcpcd-version;) - <token>&dhcpcd-size;</token>:</term>
+      <listitem>
+        <para>Home page: <ulink url="&dhcpcd-home;"/></para>
+        <para>Download: <ulink url="&dhcpcd-url;"/></para>
+        <para>MD5 sum: <literal>&dhcpcd-md5;</literal></para>
       </listitem>
     </varlistentry>
 

Modified: branches/clfs-sysroot/BOOK/packages.ent
==============================================================================
--- branches/clfs-sysroot/BOOK/packages.ent (original)
+++ branches/clfs-sysroot/BOOK/packages.ent Sun Mar 15 21:07:01 2009
@@ -52,6 +52,12 @@
 <!ENTITY coreutils-url "&gnu;coreutils/coreutils-&coreutils-version;.tar.gz">
 <!ENTITY coreutils-md5 "2ca9ac69823dbd567b905a9e9f53c4f6">
 <!ENTITY coreutils-home "&gnu-software;coreutils">
+
+<!ENTITY dhcpcd-version "4.0.12">
+<!ENTITY dhcpcd-size "51 KB">
+<!ENTITY dhcpcd-url "http://roy.marples.name/downloads/dhcpcd/dhcpcd-&dhcpcd-version;.tar.bz2">
+<!ENTITY dhcpcd-md5 "595311cb85071b2f11e6ca246a20d5c7">
+<!ENTITY dhcpcd-home "http://roy.marples.name/projects/dhcpcd">
 
 <!ENTITY diffutils-version "2.8.7">
 <!ENTITY diffutils-size "1,034 KB">




More information about the Clfs-commits mailing list