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-n32.xml

    reb55250 r94e6142  
    6363
    6464
    65 <screen os="k"><userinput>chmod 755 /lib32/lib{readline,history}.so*</userinput></screen>
     65<screen os="k"><userinput>chmod -v 755 /lib32/lib{readline,history}.so*</userinput></screen>
    6666
    6767    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    6969    xpointer="xpointer(//*[@os='m'])"/>
    7070
    71 <screen os="m"><userinput>mv /lib32/lib{readline,history}.a /usr/lib32</userinput></screen>
     71<screen os="m"><userinput>mv -v /lib32/lib{readline,history}.a /usr/lib32</userinput></screen>
    7272
    7373    <para os="n">Next, remove the <filename class="extension">.so</filename>
     
    7575    <filename class="directory">/usr/lib32</filename>.</para>
    7676
    77 <screen os="o"><userinput>rm /lib32/lib{readline,history}.so
    78 ln -sf ../../lib32/libreadline.so.5 /usr/lib32/libreadline.so
    79 ln -sf ../../lib32/libhistory.so.5 /usr/lib32/libhistory.so</userinput></screen>
     77<screen os="o"><userinput>rm -v /lib32/lib{readline,history}.so
     78ln -svf ../../lib32/libreadline.so.5 /usr/lib32/libreadline.so
     79ln -svf ../../lib32/libhistory.so.5 /usr/lib32/libhistory.so</userinput></screen>
    8080
    8181  </sect2>
Note: See TracChangeset for help on using the changeset viewer.