Changeset 851829a for chapter06/db.xml


Ignore:
Timestamp:
02/25/2006 11:43:44 AM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Children:
e869351b
Parents:
e02afe0
Message:

Ported r7370 up to r7395 from trunk to alphabetical branch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/alphabetical/BOOK@7396 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/db.xml

    re02afe0 r851829a  
    109109    <para>Fix the ownerships of the installed files:</para>
    110110
    111 <screen><userinput>chown root:root /usr/bin/db_* \
     111<screen><userinput>chown -v root:root /usr/bin/db_* \
    112112    /usr/lib/libdb* /usr/include/db* &amp;&amp;
    113 chown -R root:root /usr/share/doc/db-&db-version;</userinput></screen>
     113chown -Rv root:root /usr/share/doc/db-&db-version;</userinput></screen>
    114114
    115115  </sect2>
Note: See TracChangeset for help on using the changeset viewer.