Changeset 915c037


Ignore:
Timestamp:
03/02/2013 01:30:49 PM (11 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
a23cb7b
Parents:
8659809
Message:

Merge latest changes from trunk to systemd branch

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r8659809 r915c037  
    3838
    3939    <listitem>
     40      <para>2013-03-01</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[bdubbs] - Upgrade to Linux-3.8.1. Fixes
     44          <ulink url="&lfs-ticket-root;3295">#3295</ulink>.</para>
     45        </listitem>
     46      </itemizedlist>
     47    </listitem>
     48
     49    <listitem>
     50      <para>2013-02-27</para>
     51      <itemizedlist>
     52        <listitem>
     53          <para>[bdubbs] - Fix a potential test error in procps-ng.
     54          Thanks to Pierre Labastie for the patch.  Fixes
     55          <ulink url="&lfs-ticket-root;3293">#3293</ulink>.</para>
     56        </listitem>
     57      </itemizedlist>
     58    </listitem>
     59
     60    <listitem>
    4061      <para>2013-02-26</para>
    4162      <itemizedlist>
  • chapter06/procps.xml

    r8659809 r915c037  
    7575
    7676    <para>The test suite needs some custom modifications for LFS.
    77     The <command>which</command> is not available and the
     77    The <command>which</command> command is not available, the
    7878    <command>pmap</command> test does not match a newline character in
    79     two tests. To run the test suite, run the following commands:</para>
     79    two tests, and the <command>slabtop</command> test may return more than
     80    999,999 objects. To run the test suite, run the following commands:</para>
    8081
    8182<screen><userinput remap="test">pushd testsuite
    82   sed -i 's|exec which sleep|exec echo /tools/bin/sleep|' config/unix.exp
    83   sed -i 's|pmap_initname\\\$|pmap_initname|'             pmap.test/pmap.exp
     83  sed -i -e 's|exec which sleep|exec echo /tools/bin/sleep|' \
     84         -e 's|999999|&amp;9|'                       config/unix.exp
     85  sed -i -e 's|pmap_initname\\\$|pmap_initname|' pmap.test/pmap.exp
    8486  make site.exp
    8587  DEJAGNU=global-conf.exp runtest
  • general.ent

    r8659809 r915c037  
    1 <!ENTITY version "SYSTEMD-2013026">
    2 <!ENTITY releasedate "February 26, 2013">
     1<!ENTITY version "SYSTEMD-2013027">
     2<!ENTITY releasedate "February 27, 2013">
    33<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
    44<!ENTITY milestone "7.3">
  • packages.ent

    r8659809 r915c037  
    369369<!ENTITY linux-major-version "3">
    370370<!ENTITY linux-minor-version "8">
    371 <!--<!ENTITY linux-patch-version "9">-->
    372 <!--<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">-->
    373 <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;">
    374 <!ENTITY linux-size "69,326 KB">
     371<!ENTITY linux-patch-version "1">
     372<!ENTITY linux-version "&linux-major-version;.&linux-minor-version;.&linux-patch-version;">
     373<!-- <!ENTITY linux-version "&linux-major-version;.&linux-minor-version;"> -->
     374<!ENTITY linux-size "69,3292 KB">
    375375<!ENTITY linux-url "&kernel;linux/kernel/v&linux-major-version;.x/linux-&linux-version;.tar.xz">
    376 <!ENTITY linux-md5 "1c738edfc54e7c65faeb90c436104e2f">
     376<!ENTITY linux-md5 "093b172f907d5455a6746418ad18f5bc">
    377377<!ENTITY linux-home "http://www.kernel.org/">
    378378<!ENTITY linux-ch8-du "540 - 800 MB">
  • prologue/standards.xml

    r8659809 r915c037  
    2828      </listitem>
    2929      <listitem>
    30         <para><ulink url="http://refspecs.freestandards.org/LSB_4.0.0/">Linux
    31         Standard Base (LSB) Core Specification 4.0</ulink></para>
     30        <para><ulink url="http://refspecs.freestandards.org/lsb.shtml">Linux
     31        Standard Base (LSB) Specifications</ulink></para>
    3232
    3333        <para>The LSB has five separate standards: Core, C++, Desktop,
Note: See TracChangeset for help on using the changeset viewer.