Changeset 3d6b0c8


Ignore:
Timestamp:
Apr 10, 2014, 6:25:23 PM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
2624221
Parents:
6cf542f
Message:

Add the proper description for recreation of the libacl.so symlink and removal of the old libacl.so symlink and provide the proper commands for recreation of the symlink and removal of the old symlink.

File:
1 edited

Legend:

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

    r6cf542f r3d6b0c8  
    7171  xpointer="xpointer(//*[@os='l'])"/>
    7272
    73   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    74   href="../common/acl.xml"
    75   xpointer="xpointer(//*[@os='m'])"/>
     73    <para os="m">Recreate the symlink in <filename class="directory">/usr/lib
     74    </filename> and remove the shared link from <filename class="directory">
     75    /lib</filename>:</para>
    7676
    77   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    78   href="../common/acl.xml"
    79   xpointer="xpointer(//*[@os='n'])"/>
     77<screen os="n"><userinput>ln -sfv ../../lib/$(readlink /lib/libacl.so) /usr/lib/libacl.so
     78rm -v /lib/libacl.so</userinput></screen>
    8079
    8180  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.