From d0cada487e86fb8618072839ab8507cc4c8dfc20 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sun, 29 Oct 2006 19:41:04 +0000 Subject: Add some verbose flags to commands in the Util-Linux and Vim instructions git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7851 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/util-linux.xml | 2 +- chapter06/vim.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter06') diff --git a/chapter06/util-linux.xml b/chapter06/util-linux.xml index d951564d5..16b2da09c 100644 --- a/chapter06/util-linux.xml +++ b/chapter06/util-linux.xml @@ -45,7 +45,7 @@ sed -i 's@etc/adjtime@var/lib/hwclock/adjtime@g' \ hwclock/hwclock.c -mkdir -p /var/lib/hwclock +mkdir -pv /var/lib/hwclock diff --git a/chapter06/vim.xml b/chapter06/vim.xml index ec2993575..9c24a6068 100644 --- a/chapter06/vim.xml +++ b/chapter06/vim.xml @@ -107,8 +107,8 @@ -rm -f /usr/share/vim/vim70/tutor/tutor.{gr,pl,ru,sk} -rm -f /usr/share/vim/vim70/tutor/tutor.??.* +rm -fv /usr/share/vim/vim70/tutor/tutor.{gr,pl,ru,sk} +rm -fv /usr/share/vim/vim70/tutor/tutor.??.* Many users are used to using vi instead of vim. To allow execution of vim -- cgit v1.2.3-54-g00ecf