aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml5
-rw-r--r--chapter06/psmisc.xml10
2 files changed, 13 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 9695006ab..2c8b33125 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -41,6 +41,11 @@
<para>2010-08-15</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Move the fuser program to the root filesystem as it
+ is used in the netfs bootscript. Fixes
+ <ulink url="&lfs-ticket-root;2736">#2736</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Build peekfd on x86_64 as well as x86. Fixes
<ulink url="&lfs-ticket-root;2734">#2734</ulink>.</para>
</listitem>
diff --git a/chapter06/psmisc.xml b/chapter06/psmisc.xml
index 2e7561014..305b66110 100644
--- a/chapter06/psmisc.xml
+++ b/chapter06/psmisc.xml
@@ -64,12 +64,18 @@
installed. This usually is not a problem because it is installed later
in the Sysvinit package, which provides a better
<command>pidof</command> program. If Sysvinit will not be used for a
- particular system, complete the installation of Psmisc by creating the
- following symlink:</para>
+ particular system, complete the installation of Psmisc by first moving
+ the <command>killall</command> to the correct location, as specified by the
+ FHS, then create a symlink to it:</para>
<screen><userinput remap="install">mv /usr/bin/killall /bin
ln -sv killall /bin/pidof</userinput></screen>
+ <para>Finally, move the <command>fuser</command> program to the location
+ specified by the FHS:</para>
+
+<screen><userinput remap="install">mv /usr/bin/fuser /bin</userinput></screen>
+
</sect2>
<sect2 id="contents-psmisc" role="content">