[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. fd3193db35ea69447bfa23da797410492ca54ac2

git git at cross-lfs.org
Sat Jun 18 11:21:07 PDT 2011


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  fd3193db35ea69447bfa23da797410492ca54ac2 (commit)
      from  71f750e5ab03390daeb7e0652005e03d2ffd159c (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 fd3193db35ea69447bfa23da797410492ca54ac2
Author: Jonathan Norman <jonathan at bluesquarelinux.co.uk>
Date:   Sat Jun 18 19:20:56 2011 +0100

    Fixed missed sed in shadow and typo in kbd

diff --git a/BOOK/final-system/common/kbd.xml b/BOOK/final-system/common/kbd.xml
index b27ce07..2f8dc94 100644
--- a/BOOK/final-system/common/kbd.xml
+++ b/BOOK/final-system/common/kbd.xml
@@ -48,7 +48,7 @@
     class="directory">/usr</filename> may not be available during the early
     stages of booting, those binaries need to be on the root partition:</para>
 
-<screen os="i"><userinput>mv -v /usr/bin/{kbd_mode,dumpkeys,loadkeys,openvt,setfont, setvtrgb} /bin</userinput></screen>
+<screen os="i"><userinput>mv -v /usr/bin/{kbd_mode,dumpkeys,loadkeys,openvt,setfont,setvtrgb} /bin</userinput></screen>
 
   </sect2>
 
diff --git a/BOOK/final-system/multilib/shadow.xml b/BOOK/final-system/multilib/shadow.xml
index 554541d..1200623 100644
--- a/BOOK/final-system/multilib/shadow.xml
+++ b/BOOK/final-system/multilib/shadow.xml
@@ -27,6 +27,14 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/shadow.xml"
+    xpointer="xpointer(//*[@os='f1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/shadow.xml"
+    xpointer="xpointer(//*[@os='f2'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/shadow.xml"
     xpointer="xpointer(//*[@os='b'])"/>
 
 <screen os="c"><userinput>CC="gcc ${BUILD64}" ./configure --sysconfdir=/etc \
diff --git a/BOOK/general.ent b/BOOK/general.ent
index 1b4b2ac..ac697f1 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "06"> <!-- Use two digits -->
 <!ENTITY month_name "June">
-<!ENTITY day "15"> <!-- Use two digits -->
+<!ENTITY day "18"> <!-- Use two digits -->
 <!ENTITY year "2011"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index f49eade..5390717 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -37,6 +37,18 @@
 -->
 
     <listitem>
+      <para>June 18, 2011</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Jonathan] - Added missing Russian fix to multilib Shadow.</para>
+        </listitem>
+        <listitem>
+          <para>[Jonathan] - Fixed typo in the Kdb package.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>June 14, 2011</para>
       <itemizedlist>
         <listitem>

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

Summary of changes:
 BOOK/final-system/common/kbd.xml       |    2 +-
 BOOK/final-system/multilib/shadow.xml  |    8 ++++++++
 BOOK/general.ent                       |    2 +-
 BOOK/introduction/common/changelog.xml |   12 ++++++++++++
 4 files changed, 22 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list