From e178a8e0d3bbf7cebbaf7c01f4382292d380e33e Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 19 Feb 2006 20:08:26 +0000 Subject: [PATCH] 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 --- chapter01/changelog.xml | 10 ++++++++++ chapter06/db.xml | 4 ++-- chapter06/linux-libc-headers.xml | 2 +- general.ent | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index addbcc9d6..4a2a05922 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,16 @@ --> + + Febraury 19, 2006 + + + [matthew] - Add the verbose parameter to a couple of commands in + Linux-Libc-Headers and DB. + + + + Febraury 10, 2006 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 @@ Fix the ownerships of the installed files: -chown root:root /usr/bin/db_* \ +chown -v root:root /usr/bin/db_* \ /usr/lib/libdb* /usr/include/db* && -chown -R root:root /usr/share/doc/db-&db-version; +chown -Rv root:root /usr/share/doc/db-&db-version; diff --git a/chapter06/linux-libc-headers.xml b/chapter06/linux-libc-headers.xml index 39d5c7cca..858eee427 100644 --- a/chapter06/linux-libc-headers.xml +++ b/chapter06/linux-libc-headers.xml @@ -53,7 +53,7 @@ Install the header files: -install -d /usr/include/asm +install -dv /usr/include/asm cp -Rv include/asm-i386/* /usr/include/asm cp -Rv include/linux /usr/include diff --git a/general.ent b/general.ent index 17afd4774..e35a99f88 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + +