Changeset 7851
- Timestamp:
- 10/29/06 12:41:04 (2 years ago)
- Files:
-
- trunk/BOOK/chapter01/changelog.xml (modified) (1 diff)
- trunk/BOOK/chapter06/util-linux.xml (modified) (1 diff)
- trunk/BOOK/chapter06/vim.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/chapter01/changelog.xml
r7850 r7851 41 41 <itemizedlist> 42 42 <listitem> 43 <para>[matthew] - Add verbose flags to some commands in Util-Linux and 44 Vim. Thanks to Robert Connolly for the report.</para> 45 </listitem> 46 <listitem> 43 47 <para>[matthew] - Upgrade to Vim-7.0-fixes-14.patch. Drop the 44 48 "spellfile" fix as it was applied upstream as patch trunk/BOOK/chapter06/util-linux.xml
r7816 r7851 46 46 <screen><userinput>sed -i 's@etc/adjtime@var/lib/hwclock/adjtime@g' \ 47 47 hwclock/hwclock.c 48 mkdir -p /var/lib/hwclock</userinput></screen>48 mkdir -pv /var/lib/hwclock</userinput></screen> 49 49 50 50 </sect2> trunk/BOOK/chapter06/vim.xml
r7850 r7851 108 108 painlessly revert his UTF-8 locale choice. --> 109 109 110 <screen><userinput>rm -f /usr/share/vim/vim70/tutor/tutor.{gr,pl,ru,sk}111 rm -f /usr/share/vim/vim70/tutor/tutor.??.*</userinput></screen>110 <screen><userinput>rm -fv /usr/share/vim/vim70/tutor/tutor.{gr,pl,ru,sk} 111 rm -fv /usr/share/vim/vim70/tutor/tutor.??.*</userinput></screen> 112 112 113 113 <para>Many users are used to using <command>vi</command> instead of
