[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.0.0-696-g4523411

git git at cross-lfs.org
Wed Jan 8 22:36:08 PST 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  45234112c688c37dafb5804bc7286507001eea57 (commit)
      from  626d77cb33e11d3542ec6fc784ce978349f09bef (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 45234112c688c37dafb5804bc7286507001eea57
Author: Chris Staub <chris at beaker67.com>
Date:   Thu Jan 9 01:35:59 2014 -0500

    Shorten sed command in eglibc instructions

diff --git a/BOOK/final-system/ppc64-64/eglibc.xml b/BOOK/final-system/ppc64-64/eglibc.xml
index be271f0..b7f8860 100644
--- a/BOOK/final-system/ppc64-64/eglibc.xml
+++ b/BOOK/final-system/ppc64-64/eglibc.xml
@@ -140,8 +140,7 @@
     is. The following <command>sed</command> will correct this:</para>
 
     <screen><userinput>rm -v /lib/ld.so.1
-cp -v /usr/bin/ldd{,.bak}
-sed '/RTLDLIST/s%/ld.so.1 /lib64%%' /usr/bin/ldd.bak >/usr/bin/ldd</userinput></screen>
+sed -i.bak '/RTLDLIST/s%/ld.so.1 /lib64%%' /usr/bin/ldd</userinput></screen>
 
     <para>Check the script to make sure the sed worked correctly, then delete
     the backup.</para>
diff --git a/BOOK/final-system/x86_64-64/eglibc.xml b/BOOK/final-system/x86_64-64/eglibc.xml
index 8612277..cb5d5d6 100644
--- a/BOOK/final-system/x86_64-64/eglibc.xml
+++ b/BOOK/final-system/x86_64-64/eglibc.xml
@@ -148,8 +148,7 @@
     is. The following <command>sed</command> will correct this:</para>
 
     <screen><userinput>rm -v /lib/ld-linux.so.2
-cp -v /usr/bin/ldd{,.bak}
-sed '/RTLDLIST/s%/ld-linux.so.2 /lib64%%' /usr/bin/ldd.bak >/usr/bin/ldd</userinput></screen>
+sed -i.bak '/RTLDLIST/s%/ld-linux.so.2 /lib64%%' /usr/bin/ldd</userinput></screen>
 
     <para>Check the script to make sure the sed worked correctly, then delete
     the backup.</para>

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

Summary of changes:
 BOOK/final-system/ppc64-64/eglibc.xml  |    3 +--
 BOOK/final-system/x86_64-64/eglibc.xml |    3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list