Changeset 68f174b


Ignore:
Timestamp:
02/26/2013 02:10:58 AM (11 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.3, 7.4, 7.5, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
0a6ae52
Parents:
d65b365
Message:

Die, resizecons, die!

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10169 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rd65b365 r68f174b  
    3838
    3939    <listitem>
     40      <para>2013-02-26</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[ken] - Remove the obsolete resizecons program from kbd, again.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
     47
     48    <listitem>
    4049      <para>2013-02-24</para>
    4150      <itemizedlist>
  • chapter06/kbd.xml

    rd65b365 r68f174b  
    5454
    5555<screen><userinput remap="pre">sed -i -e '326 s/if/while/' src/loadkeys.analyze.l</userinput></screen>
     56
     57    <para>Remove the redundant <command>resizecons</command> program (it requires
     58    the defunct svgalib to provide the video mode files - for normal use
     59    <command>setfont</command> sizes the console appropriately) together with its
     60    manpage.</para>
     61
     62<screen><userinput remap="pre">sed -i 's/\(RESIZECONS_PROGS=\)yes/\1no/g' configure &amp;&amp;
     63sed -i 's/resizecons.8 //' man/man8/Makefile.in &amp;&amp;</userinput></screen>
    5664
    5765    <para>Prepare Kbd for compilation:</para>
  • general.ent

    rd65b365 r68f174b  
    11<!ENTITY version "SVN-2013024">
    2 <!ENTITY releasedate "February 24, 2013">
     2<!ENTITY releasedate "February 26, 2013">
    33<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "7.3">
Note: See TracChangeset for help on using the changeset viewer.