aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml13
-rw-r--r--chapter06/psmisc.xml25
-rw-r--r--general.ent4
3 files changed, 16 insertions, 26 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 27cef508a..37ba0b516 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -38,6 +38,19 @@
-->
<listitem>
+ <para>2009-09-29</para>
+ <itemizedlist>
+ <listitem>
+ <para>[matthew] Install psmisc's binaries in
+ <filename class="directory">/usr/bin</filename> instead of
+ <filename class="directory">/bin</filename> as they are only
+ called whilst <filename class="directory">/usr</filename> is mounted.
+ Fixes <ulink url="&lfs-ticket-root;2469">#2469</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2009-09-25</para>
<itemizedlist>
<listitem>
diff --git a/chapter06/psmisc.xml b/chapter06/psmisc.xml
index 35e4b68d3..5178f9708 100644
--- a/chapter06/psmisc.xml
+++ b/chapter06/psmisc.xml
@@ -43,23 +43,7 @@
<para>Prepare Psmisc for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/usr --exec-prefix=""</userinput></screen>
-
- <variablelist>
- <title>The meaning of the configure options:</title>
-
- <varlistentry>
- <term><parameter>--exec-prefix=""</parameter></term>
- <listitem>
- <para>This ensures that the Psmisc binaries will install into
- <filename class="directory">/bin</filename> instead of <filename
- class="directory">/usr/bin</filename>. This is the correct location
- according to the FHS, because some of the Psmisc binaries are used
- by the LFS-Bootscripts package.</para>
- </listitem>
- </varlistentry>
-
- </variablelist>
+<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
<para>Compile the package:</para>
@@ -71,13 +55,6 @@
<screen><userinput remap="install">make install</userinput></screen>
- <para>There is no reason for the <command>pstree</command> and
- <command>pstree.x11</command> programs to reside in <filename
- class="directory">/bin</filename>. Therefore, move them to <filename
- class="directory">/usr/bin</filename>:</para>
-
-<screen><userinput remap="install">mv -v /bin/pstree* /usr/bin</userinput></screen>
-
<para>By default, Psmisc's <command>pidof</command> program is not
installed. This usually is not a problem because it is installed later
in the Sysvinit package, which provides a better
diff --git a/general.ent b/general.ent
index af4346846..8b61419fa 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20090924">
-<!ENTITY releasedate "September 24, 2009">
+<!ENTITY version "SVN-20090929">
+<!ENTITY releasedate "September 29, 2009">
<!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.0">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->