[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-sysvinit-340-g8e2690a

git git at clfs.org
Sun May 14 12:35:30 PDT 2017


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  8e2690a57eb23d6a4a3c35513824f2f180906460 (commit)
      from  78c11d16e5b011f9f094faec21082804feba2350 (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 8e2690a57eb23d6a4a3c35513824f2f180906460
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sun May 14 14:35:03 2017 -0500

    Fix diffutils sed commands.

diff --git a/BOOK/final-system/common/diffutils.xml b/BOOK/final-system/common/diffutils.xml
index f579f1c..705ab92 100644
--- a/BOOK/final-system/common/diffutils.xml
+++ b/BOOK/final-system/common/diffutils.xml
@@ -37,12 +37,11 @@
 <screen os="b"><userinput>./configure \
     --prefix=/usr</userinput></screen>
 
-    <para os="s3">Diffutils wants <command>ed</command> as the default editor
+    <para os="s5">Diffutils wants <command>ed</command> as the default editor
     for <command>sdiff</command>. The following <command>sed</command> will
     change the default to <command>vi</command>:</para>
 
-<screen os="s4"><userinput>sed -i 's@\(^#define DEFAULT_EDITOR_PROGRAM \).*@\1"vi"@' lib/config.h</userinput></screen>
-
+<screen os="s6"><userinput>sed -i 's@\(^#define DEFAULT_EDITOR_PROGRAM \).*@\1"vi"@' lib/config.h</userinput></screen>
     <para os="c">Compile the package:</para>
 
 <screen os="d"><userinput>make</userinput></screen>
diff --git a/BOOK/final-system/multilib/diffutils.xml b/BOOK/final-system/multilib/diffutils.xml
index 8d07056..7a30d6c 100644
--- a/BOOK/final-system/multilib/diffutils.xml
+++ b/BOOK/final-system/multilib/diffutils.xml
@@ -47,11 +47,11 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/diffutils.xml"
-    xpointer="xpointer(//*[@os='s3'])"/>
+    xpointer="xpointer(//*[@os='s5'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/diffutils.xml"
-    xpointer="xpointer(//*[@os='s4'])"/>
+    xpointer="xpointer(//*[@os='s6'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/diffutils.xml"

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

Summary of changes:
 BOOK/final-system/common/diffutils.xml   |    5 ++---
 BOOK/final-system/multilib/diffutils.xml |    4 ++--
 2 files changed, 4 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list