Author: ken
Date: Mon Feb 25 18:10:58 2013
New Revision: 10169
Log:
Die, resizecons, die!
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/kbd.xml
trunk/BOOK/general.ent
Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml Sun Feb 24 11:39:18 2013 (r10168)
+++ trunk/BOOK/chapter01/changelog.xml Mon Feb 25 18:10:58 2013 (r10169)
@@ -37,6 +37,15 @@
-->
<listitem>
+ <para>2013-02-26</para>
+ <itemizedlist>
+ <listitem>
+ <para>[ken] - Remove the obsolete resizecons program from kbd,
again.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2013-02-24</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/chapter06/kbd.xml
==============================================================================
--- trunk/BOOK/chapter06/kbd.xml Sun Feb 24 11:39:18 2013 (r10168)
+++ trunk/BOOK/chapter06/kbd.xml Mon Feb 25 18:10:58 2013 (r10169)
@@ -54,6 +54,14 @@
<screen><userinput remap="pre">sed -i -e '326 s/if/while/'
src/loadkeys.analyze.l</userinput></screen>
+ <para>Remove the redundant <command>resizecons</command> program (it
requires
+ the defunct svgalib to provide the video mode files - for normal use
+ <command>setfont</command> sizes the console appropriately) together with
its
+ manpage.</para>
+
+<screen><userinput remap="pre">sed -i 's/\(RESIZECONS_PROGS=\)yes/\1no/g'
configure &&
+sed -i 's/resizecons.8 //' man/man8/Makefile.in &&</userinput></screen>
+
<para>Prepare Kbd for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr
--datadir=/lib/kbd \
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Sun Feb 24 11:39:18 2013 (r10168)
+++ trunk/BOOK/general.ent Mon Feb 25 18:10:58 2013 (r10169)
@@ -1,5 +1,5 @@
<!ENTITY version "SVN-2013024">
-<!ENTITY releasedate "February 24, 2013">
+<!ENTITY releasedate "February 26, 2013">
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "7.3">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or
"x.y[-pre{x}]" -->
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page