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/common/readline.xml

    reb55250 r94e6142  
    6969    permissions:</para>
    7070
    71 <screen os="l"><userinput>chmod 755 /lib/lib{readline,history}.so*</userinput></screen>
     71<screen os="l"><userinput>chmod -v 755 /lib/lib{readline,history}.so*</userinput></screen>
    7272
    7373    <para os="m">Now move the static libraries to a more appropriate location:</para>
    7474
    75 <screen os="n"><userinput>mv /lib/lib{readline,history}.a /usr/lib</userinput></screen>
     75<screen os="n"><userinput>mv -v /lib/lib{readline,history}.a /usr/lib</userinput></screen>
    7676
    7777    <para os="o">Next, remove the <filename class="extension">.so</filename>
     
    7979    <filename class="directory">/usr/lib</filename>.</para>
    8080
    81 <screen os="p"><userinput>rm /lib/lib{readline,history}.so
    82 ln -sf ../../lib/libreadline.so.5 /usr/lib/libreadline.so
    83 ln -sf ../../lib/libhistory.so.5 /usr/lib/libhistory.so</userinput></screen>
     81<screen os="p"><userinput>rm -v /lib/lib{readline,history}.so
     82ln -svf ../../lib/libreadline.so.5 /usr/lib/libreadline.so
     83ln -svf ../../lib/libhistory.so.5 /usr/lib/libhistory.so</userinput></screen>
    8484
    8585  </sect2>
Note: See TracChangeset for help on using the changeset viewer.