mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
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
This commit is contained in:
parent
534bb6229d
commit
d0cada487e
@ -39,6 +39,10 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>2006-10-29</para>
|
<para>2006-10-29</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[matthew] - Add verbose flags to some commands in Util-Linux and
|
||||||
|
Vim. Thanks to Robert Connolly for the report.</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>[matthew] - Upgrade to Vim-7.0-fixes-14.patch. Drop the
|
<para>[matthew] - Upgrade to Vim-7.0-fixes-14.patch. Drop the
|
||||||
"spellfile" fix as it was applied upstream as patch
|
"spellfile" fix as it was applied upstream as patch
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
<screen><userinput>sed -i 's@etc/adjtime@var/lib/hwclock/adjtime@g' \
|
<screen><userinput>sed -i 's@etc/adjtime@var/lib/hwclock/adjtime@g' \
|
||||||
hwclock/hwclock.c
|
hwclock/hwclock.c
|
||||||
mkdir -p /var/lib/hwclock</userinput></screen>
|
mkdir -pv /var/lib/hwclock</userinput></screen>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
@ -107,8 +107,8 @@
|
|||||||
<!-- Removal is used instead of conversion in order for the user to be able to
|
<!-- Removal is used instead of conversion in order for the user to be able to
|
||||||
painlessly revert his UTF-8 locale choice. -->
|
painlessly revert his UTF-8 locale choice. -->
|
||||||
|
|
||||||
<screen><userinput>rm -f /usr/share/vim/vim70/tutor/tutor.{gr,pl,ru,sk}
|
<screen><userinput>rm -fv /usr/share/vim/vim70/tutor/tutor.{gr,pl,ru,sk}
|
||||||
rm -f /usr/share/vim/vim70/tutor/tutor.??.*</userinput></screen>
|
rm -fv /usr/share/vim/vim70/tutor/tutor.??.*</userinput></screen>
|
||||||
|
|
||||||
<para>Many users are used to using <command>vi</command> instead of
|
<para>Many users are used to using <command>vi</command> instead of
|
||||||
<command>vim</command>. To allow execution of <command>vim</command>
|
<command>vim</command>. To allow execution of <command>vim</command>
|
||||||
|
Loading…
Reference in New Issue
Block a user