aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/db.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2006-02-19 20:08:26 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2006-02-19 20:08:26 +0000
commite178a8e0d3bbf7cebbaf7c01f4382292d380e33e (patch)
tree5f265fed56d37303082a26ed6dc106f2feb7719f /chapter06/db.xml
parent3bf7cb6f015ca9589c976795311c00df186e7b5c (diff)
Add verbose parameter to a couple of commands that should have it
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7376 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/db.xml')
-rw-r--r--chapter06/db.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/db.xml b/chapter06/db.xml
index 5bd81d27b..cd391ac99 100644
--- a/chapter06/db.xml
+++ b/chapter06/db.xml
@@ -108,9 +108,9 @@
<para>Fix the ownerships of the installed files:</para>
-<screen><userinput>chown root:root /usr/bin/db_* \
+<screen><userinput>chown -v root:root /usr/bin/db_* \
/usr/lib/libdb* /usr/include/db* &amp;&amp;
-chown -R root:root /usr/share/doc/db-&db-version;</userinput></screen>
+chown -Rv root:root /usr/share/doc/db-&db-version;</userinput></screen>
</sect2>