diff options
-rw-r--r-- | appendices/dependencies.xml | 2 | ||||
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter06/chapter06.xml | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml index 7b5b62fae..ea9ba887a 100644 --- a/appendices/dependencies.xml +++ b/appendices/dependencies.xml @@ -412,7 +412,7 @@ <segtitle>&testsuites;</segtitle> <seglistitem> - <seg>Psmisc</seg> + <seg>Procps,Psmisc</seg> </seglistitem> </segmentedlist> diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index dad97efd3..78a4c1690 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,11 @@ <para>2012-12-28</para> <itemizedlist> <listitem> + <para>[matthew] - Move the build of Procps to before E2fsprogs as the + latter requires <command>ps</command> to be available during its + testsuite run.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to Gettext-0.18.2. Fixes <ulink url="&lfs-ticket-root;3263">#3263</ulink>.</para> </listitem> diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 382e3b0eb..89458bee5 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -34,13 +34,13 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ncurses.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="util-linux.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="psmisc.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="procps.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="e2fsprogs.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="shadow.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="coreutils.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="iana-etc.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="m4.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bison.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="procps.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="grep.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="readline.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bash.xml"/> |