Changeset ba2b013


Ignore:
Timestamp:
Sep 5, 2006, 11:51:54 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
f218717
Parents:
5f47d6e
Message:

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

consistency through the system.

Files:
7 edited

Legend:

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

    r5f47d6e rba2b013  
    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"
  • introduction/common/changelog.xml

    r5f47d6e rba2b013  
    3838
    3939    <listitem>
     40      <para>September 5, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[jim] - UDEV - On multilib builds, change /lib/udev to /lib64/udev, to keep
     44          consistency through the system.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
    4050      <para>August 28, 2006</para>
    4151      <itemizedlist>
  • materials/mips64/patches.xml

    r5f47d6e rba2b013  
    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>
  • materials/ppc64/patches.xml

    r5f47d6e rba2b013  
    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'])"/>
  • materials/sparc64/patches.xml

    r5f47d6e rba2b013  
    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
  • materials/x86_64/patches.xml

    r5f47d6e rba2b013  
    5252    </varlistentry>
    5353
     54    <varlistentry os="udev-lib64-patch">
     55      <term>Udev Lib64 Patch - <token>&udev-lib64-patch-size;</token>:</term>
     56      <listitem>
     57        <para>Download: <ulink
     58        url="&patches-root;&udev-lib64-patch;"/></para>
     59        <para>MD5 sum: <literal>&udev-lib64-patch-md5;</literal></para>
     60      </listitem>
     61    </varlistentry>
     62
    5463  </variablelist>
    5564
  • patches.ent

    r5f47d6e rba2b013  
    151151<!ENTITY perl-multilib-patch-size "1.4 KB">
    152152
     153<!ENTITY udev-lib64-patch "udev-&udev-version;-lib64-1.patch">
     154<!ENTITY udev-lib64-patch-md5 "6b34b82df4ecd40a91b70c45a3b99938">
     155<!ENTITY udev-lib64-patch-size "8 KB">
     156
    153157<!-- Start of Pure64 patches -->
    154158
Note: See TracChangeset for help on using the changeset viewer.