[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-3.0.0-systemd-149-g794f16a

git git at clfs.org
Sun Sep 6 22:00:57 PDT 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  794f16a65e00f127f156320bc5fdfae7c8bc54fc (commit)
      from  cc14b187e737f8f92498dfe3e02c1ea660711bf6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 794f16a65e00f127f156320bc5fdfae7c8bc54fc
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sun Sep 6 23:43:17 2015 -0500

    Move fuser and killall to /bin per the FHS.

diff --git a/BOOK/final-system/common/psmisc.xml b/BOOK/final-system/common/psmisc.xml
index a92b6e5..aa77e72 100644
--- a/BOOK/final-system/common/psmisc.xml
+++ b/BOOK/final-system/common/psmisc.xml
@@ -39,6 +39,13 @@
 
 <screen os="g"><userinput>make install</userinput></screen>
 
+    <para os="h">Move the <command>killall></command> and
+    <command>fuser</command> programs to the location specified by the
+    FHS:</para>
+
+<screen os="i"><userinput>mv -v /usr/bin/fuser /bin
+mv -v /usr/bin/killall /bin</userinput></screen>
+
   </sect2>
 
   <sect2 id="contents-psmisc" role="content">
diff --git a/BOOK/final-system/multilib/psmisc.xml b/BOOK/final-system/multilib/psmisc.xml
index 34d95ad..e2a18b7 100644
--- a/BOOK/final-system/multilib/psmisc.xml
+++ b/BOOK/final-system/multilib/psmisc.xml
@@ -47,6 +47,14 @@
     href="../common/psmisc.xml"
     xpointer="xpointer(//*[@os='g'])"/>
 
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/psmisc.xml"
+    xpointer="xpointer(//*[@os='h'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/psmisc.xml"
+    xpointer="xpointer(//*[@os='i'])"/>
+
   </sect2>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 372b784..962189c 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -40,6 +40,10 @@
       <para>06 September 2015</para>
       <itemizedlist>
         <listitem>
+          <para>[William Harrington] - mv <command>fuser killall</command> to <filename class="directory">/bin</filename> per the FHS. Fixes ticket
+          <ulink url="&clfs-ticket-root;1068">#1068.</ulink></para> 
+        </listitem>
+        <listitem>
           <para>[William Harrington] - Update MPFR to 3.1.3. Fixes ticket
           <ulink url="&clfs-ticket-root;1043">#1043.</ulink></para> 
         </listitem>

-----------------------------------------------------------------------

Summary of changes:
 BOOK/final-system/common/psmisc.xml    |    7 +++++++
 BOOK/final-system/multilib/psmisc.xml  |    8 ++++++++
 BOOK/introduction/common/changelog.xml |    4 ++++
 3 files changed, 19 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list