[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.1.0-698-g3d6b0c8

git git at cross-lfs.org
Thu Apr 10 18:25:28 PDT 2014


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, systemd has been updated
       via  3d6b0c8639eced437aab41e659e3916810a8acd3 (commit)
       via  6cf542f3db25549187d70abcada5a6ff97391bac (commit)
      from  336233eb8b58df038f146dd0d6d913d571f176e2 (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 3d6b0c8639eced437aab41e659e3916810a8acd3
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Thu Apr 10 20:25:23 2014 -0500

    Add the proper description for recreation of the libacl.so symlink and removal of the old libacl.so symlink and provide the proper commands for recreation of the symlink and removal of the old symlink.

diff --git a/BOOK/final-system/multilib/acl.xml b/BOOK/final-system/multilib/acl.xml
index b330f63..7fec349 100644
--- a/BOOK/final-system/multilib/acl.xml
+++ b/BOOK/final-system/multilib/acl.xml
@@ -70,13 +70,12 @@
   href="../common/acl.xml"
   xpointer="xpointer(//*[@os='l'])"/>
 
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-  href="../common/acl.xml"
-  xpointer="xpointer(//*[@os='m'])"/>
+    <para os="m">Recreate the symlink in <filename class="directory">/usr/lib
+    </filename> and remove the shared link from <filename class="directory">
+    /lib</filename>:</para>
 
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-  href="../common/acl.xml"
-  xpointer="xpointer(//*[@os='n'])"/>
+<screen os="n"><userinput>ln -sfv ../../lib/$(readlink /lib/libacl.so) /usr/lib/libacl.so
+rm -v /lib/libacl.so</userinput></screen>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
   href="../common/acl.xml"

commit 6cf542f3db25549187d70abcada5a6ff97391bac
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Thu Apr 10 20:24:26 2014 -0500

    Add a proper description for the recreation of the libattr.so symlink and removal of the old libattr.so symlink.

diff --git a/BOOK/final-system/multilib/attr.xml b/BOOK/final-system/multilib/attr.xml
index 8eee60c..d10c1a8 100644
--- a/BOOK/final-system/multilib/attr.xml
+++ b/BOOK/final-system/multilib/attr.xml
@@ -62,9 +62,9 @@
   href="../common/attr.xml"
   xpointer="xpointer(//*[@os='j'])"/>
 
-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-  href="../common/attr.xml"
-  xpointer="xpointer(//*[@os='k'])"/>
+    <para os="k">Recreate the symlink in <filename class="directory">/usr/lib
+    </filename> and remove the shared link from <filename class="directory">
+    /lib</filename>:</para>
 
 <screen os="l"><userinput>ln -sfv ../../lib/$(readlink /lib/libattr.so) /usr/lib/libattr.so
 rm -v /lib/libattr.so</userinput></screen>

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

Summary of changes:
 BOOK/final-system/multilib/acl.xml  |   11 +++++------
 BOOK/final-system/multilib/attr.xml |    6 +++---
 2 files changed, 8 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list