Changeset e671c085


Ignore:
Timestamp:
Sep 5, 2006, 12:21:08 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
38f82f9
Parents:
69b2a0a
Message:

UDEV - On multilib builds, change /lib/udev to /lib64/udev, to keep

consistency through the system.

Location:
BOOK
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/multilib/udev.xml

    r69b2a0a re671c085  
    2121  <sect2 role="installation">
    2222    <title>Installation of Udev</title>
     23
     24    <para os="p1">This patch updates moves /lib/udev to /lib64/udev, to keep
     25    system consistency:</para>
     26
     27<screen os="p2"><userinput>patch -Np1 -i ../&udev-lib64-patch;</userinput></screen>
    2328
    2429    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/materials/mips64/patches.xml

    r69b2a0a re671c085  
    6969    xpointer="xpointer(//*[@os='perl-multilib-patch'])"/>
    7070
     71    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     72    href="../x86_64/patches.xml"
     73    xpointer="xpointer(//*[@os='udev-lib64-patch'])"/>
     74
    7175    <varlistentry os="util-linux-mips64-patch">
    7276      <term>Util-linux MIPS64 Patch - <token>&util-linux-mips64-patch-size;</token>:</term>
  • BOOK/materials/ppc64/patches.xml

    r69b2a0a re671c085  
    6666
    6767    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     68    href="../x86_64/patches.xml"
     69    xpointer="xpointer(//*[@os='udev-lib64-patch'])"/>
     70
     71    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    6872    href="../ppc/patches.xml"
    6973    xpointer="xpointer(//*[@os='yaboot-fix-patch'])"/>
  • BOOK/materials/sparc64/patches.xml

    r69b2a0a re671c085  
    4141    xpointer="xpointer(//*[@os='silo-fixes-patch'])"/>
    4242
     43    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     44    href="../x86_64/patches.xml"
     45    xpointer="xpointer(//*[@os='udev-lib64-patch'])"/>
     46
    4347  </variablelist>
    4448
  • BOOK/materials/x86_64/patches.xml

    r69b2a0a re671c085  
    4848    </varlistentry>
    4949
     50    <varlistentry os="udev-lib64-patch">
     51      <term>Udev Lib64 Patch - <token>&udev-lib64-patch-size;</token>:</term>
     52      <listitem>
     53        <para>Download: <ulink
     54        url="&patches-root;&udev-lib64-patch;"/></para>
     55        <para>MD5 sum: <literal>&udev-lib64-patch-md5;</literal></para>
     56      </listitem>
     57    </varlistentry>
     58
    5059  </variablelist>
    5160
  • BOOK/patches.ent

    r69b2a0a re671c085  
    159159<!ENTITY perl-multilib-patch-size "1.4 KB">
    160160
     161<!ENTITY udev-lib64-patch "udev-&udev-version;-lib64-1.patch">
     162<!ENTITY udev-lib64-patch-md5 "6b34b82df4ecd40a91b70c45a3b99938">
     163<!ENTITY udev-lib64-patch-size "8 KB">
     164
    161165<!-- Start of Pure64 patches -->
    162166
Note: See TracChangeset for help on using the changeset viewer.