Changeset 9cd1627


Ignore:
Timestamp:
Jun 29, 2008, 7:15:09 PM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
cccefd5
Parents:
8b91bae
Message:

Don't mv shadow libs any more because they are no longer provided by newer versions of shadow.

Location:
BOOK
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/shadow.xml

    r8b91bae r9cd1627  
    116116<screen os="v"><userinput>mv -v /usr/bin/passwd /bin</userinput></screen>
    117117
    118     <para os="w">Move Shadow's static libraries to a more appropriate
    119     location:</para>
    120 
    121 <screen os="x"><userinput>mv -v /lib/libshadow.*a /usr/lib
    122 rm -v /lib/libshadow.so
    123 ln -svf ../../lib/libshadow.so.0 /usr/lib/libshadow.so</userinput></screen>
    124 
    125118  </sect2>
    126119
  • BOOK/final-system/multilib/shadow-64bit.xml

    r8b91bae r9cd1627  
    105105    xpointer="xpointer(//*[@os='v'])"/>
    106106
    107     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    108     href="shadow.xml"
    109     xpointer="xpointer(//*[@os='w'])"/>
    110 
    111 <screen os="x"><userinput>mv -v /lib64/libshadow.*a /usr/lib64
    112 rm -v /lib64/libshadow.so
    113 ln -svf ../../lib64/libshadow.so.0 /usr/lib64/libshadow.so</userinput></screen>
    114 
    115107  </sect2>
    116108
  • BOOK/final-system/multilib/shadow-n32.xml

    r8b91bae r9cd1627  
    8989    xpointer="xpointer(//*[@os='v'])"/>
    9090
    91     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    92     href="shadow.xml"
    93     xpointer="xpointer(//*[@os='w'])"/>
    94 
    95 <screen os="x"><userinput>mv -v /lib32/libshadow.*a /usr/lib32
    96 rm -v /lib32/libshadow.so
    97 ln -svf ../../lib32/libshadow.so.0 /usr/lib32/libshadow.so</userinput></screen>
    98 
    9991  </sect2>
    10092
  • BOOK/final-system/multilib/shadow.xml

    r8b91bae r9cd1627  
    7878    xpointer="xpointer(//*[@os='v'])"/>
    7979
    80     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    81     href="../common/shadow.xml"
    82     xpointer="xpointer(//*[@os='w'])"/>
    83 
    84     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    85     href="../common/shadow.xml"
    86     xpointer="xpointer(//*[@os='x'])"/>
    87 
    8880  </sect2>
    8981
  • BOOK/introduction/common/changelog.xml

    r8b91bae r9cd1627  
    4040      <para>June 28, 2008</para>
    4141      <itemizedlist>
     42        <listitem>
     43          <para>[jciccone] - Remove the commands that relocate the Shadow
     44          libraries as they are not provided in newer versions of
     45          shadow. Also only build 64bit, since there are no libraries
     46          anymore.</para>
     47        </listitem>
    4248        <listitem>
    4349          <para>[jciccone] - Link /tools/bin/echo to /bin/echo foe one of the
Note: See TracChangeset for help on using the changeset viewer.