Changeset be6373b


Ignore:
Timestamp:
01/08/2004 01:06:58 AM (20 years ago)
Author:
Greg Schafer <greg@…>
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, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 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, v5_1, v5_1_1, 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:
29d091b
Parents:
c1b2c648
Message:

Chapter 5 - Util-linux: Added command to install the arch
program which is needed by Perl for consistency. Upgraded
to Kbd-1.10.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rc1b2c648 rbe6373b  
    1414<listitem><para>gcc-3.3.2</para></listitem>
    1515<listitem><para>gettext-0.13.1</para></listitem>
     16<listitem><para>kbd-1.10</para></listitem>
    1617<listitem><para>man-pages-1.64</para></listitem>
    1718<listitem><para>lfs-utils-0.4.2</para></listitem>
     
    3132<listitem><para>gcc-3.3.2-no_fixincludes-1.patch</para></listitem>
    3233<listitem><para>inetutils-1.4.2-no_server_man_pages-1.patch</para></listitem>
    33 <listitem><para>kbd-1.08-more-programs-3.patch</para></listitem>
     34<listitem><para>kbd-1.10-more-programs-2.patch</para></listitem>
    3435</itemizedlist>
    3536</listitem>
     
    4950</itemizedlist>
    5051</listitem>
     52
     53<listitem><para>January 7th, 2004 [greg]: Chapter 5 - Util-linux: Added command
     54to install the arch program which is needed by Perl for consistency. Upgraded
     55to Kbd-1.10.</para></listitem>
    5156
    5257<listitem><para>January 6th, 2004 [greg]: Chapter 6 - Gawk: Removed the Gawk
  • chapter05/utillinux.xml

    rc1b2c648 rbe6373b  
    3232
    3333<screen><userinput>make -C mount  mount umount
    34 make -C text-utils  more</userinput></screen>
     34make -C text-utils  more
     35make -C sys-utils  arch</userinput></screen>
    3536
    3637<para>Now copy these programs to the temporary tools directory:</para>
    3738
    38 <screen><userinput>cp mount/{,u}mount text-utils/more /tools/bin</userinput></screen>
     39<screen><userinput>cp mount/{,u}mount text-utils/more sys-utils/arch /tools/bin</userinput></screen>
    3940
    4041</sect2>
  • entities/kbd.ent

    rc1b2c648 rbe6373b  
    77<!ENTITY aa-kbd-down SYSTEM "../appendixa/kbd-down.xml">
    88
    9 <!ENTITY kbd-version "1.08">
    10 <!ENTITY kbd-depversion "1.06">
    11 <!ENTITY kbd-contversion "1.08">
     9<!ENTITY kbd-version "1.10">
     10<!ENTITY kbd-depversion "1.10">
     11<!ENTITY kbd-contversion "1.10">
    1212<!ENTITY kbd-dir "kbd-&kbd-version;">
    1313<!ENTITY kbd-package "kbd-&kbd-version;.tar.gz">
    14 <!ENTITY kbd-size "801 KB">
     14<!ENTITY kbd-size "869 KB">
    1515
    16 <!ENTITY kbd-patch "kbd-&kbd-version;-more-programs-3.patch">
     16<!ENTITY kbd-patch "kbd-&kbd-version;-more-programs-2.patch">
    1717<!ENTITY kbd-patch-size "1 KB">
    1818
  • index.xml

    rc1b2c648 rbe6373b  
    44
    55
    6 <!ENTITY version "CVS-20040106">
    7 <!ENTITY releasedate "January 6th, 2004">
     6<!ENTITY version "CVS-20040107">
     7<!ENTITY releasedate "January 7th, 2004">
    88<!ENTITY milestone "5.1">
    99<!ENTITY nbsp " ">
Note: See TracChangeset for help on using the changeset viewer.