Ignore:
Timestamp:
Feb 21, 2006, 2:27:39 AM (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:
3793118a
Parents:
eb55250
Message:

r1167@server (orig r1165): chris | 2006-02-11 08:13:02 -0800
Added -v to commands in the rest of the book

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/multilib/readline-64bit.xml

    reb55250 r94e6142  
    6565    xpointer="xpointer(//*[@os='k'])"/>
    6666
    67 <screen os="l"><userinput>chmod 755 /lib64/lib{readline,history}.so*</userinput></screen>
     67<screen os="l"><userinput>chmod -v 755 /lib64/lib{readline,history}.so*</userinput></screen>
    6868
    6969    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    7171    xpointer="xpointer(//*[@os='m'])"/>
    7272
    73 <screen os="n"><userinput>mv /lib64/lib{readline,history}.a /usr/lib64</userinput></screen>
     73<screen os="n"><userinput>mv -v /lib64/lib{readline,history}.a /usr/lib64</userinput></screen>
    7474
    7575    <para os="o">Next, remove the <filename class="extension">.so</filename>
     
    7777    <filename class="directory">/usr/lib64</filename>.</para>
    7878
    79 <screen os="p"><userinput>rm /lib64/lib{readline,history}.so
    80 ln -sf ../../lib64/libreadline.so.5 /usr/lib64/libreadline.so
    81 ln -sf ../../lib64/libhistory.so.5 /usr/lib64/libhistory.so</userinput></screen>
     79<screen os="p"><userinput>rm -v /lib64/lib{readline,history}.so
     80ln -svf ../../lib64/libreadline.so.5 /usr/lib64/libreadline.so
     81ln -svf ../../lib64/libhistory.so.5 /usr/lib64/libhistory.so</userinput></screen>
    8282
    8383  </sect2>
Note: See TracChangeset for help on using the changeset viewer.