[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-sysvinit-138-g99b6ce1

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, sysvinit has been updated
       via  99b6ce13c805cf63e9cd18373a0e7a08948399a2 (commit)
      from  9a486da830aee489c417c3e6363f5d0684411f35 (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 99b6ce13c805cf63e9cd18373a0e7a08948399a2
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 f655320..78f2c5e 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