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

git git at cross-lfs.org
Tue Aug 28 05:21:44 PDT 2012


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  9d47629bf1b0b40c6437caeef3738428dea97005 (commit)
      from  2e4e2db64dbf16ee69c82ae03c6de6ac6dba00f9 (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 9d47629bf1b0b40c6437caeef3738428dea97005
Author: William Harrington <kb0iic at gmail.com>
Date:   Tue Aug 28 07:21:39 2012 -0500

    Update shadow page for groups program and man-pages.

diff --git a/BOOK/final-system/common/shadow.xml b/BOOK/final-system/common/shadow.xml
index 4a39b19..05514f7 100644
--- a/BOOK/final-system/common/shadow.xml
+++ b/BOOK/final-system/common/shadow.xml
@@ -33,13 +33,21 @@
       command below.</para>
     </note>
 
-    <para os="b">Prepare Shadow for compilation:</para>
 
-<screen os="c"><userinput>./configure --sysconfdir=/etc</userinput></screen>
+    <para os="b">Disable the installation of the <command>groups</command>
+    program and its man pages, as Coreutils provides a better version:</para>
+
+<screen os="c"><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile.in
+find man -name Makefile.in -exec sed -i '/groups\.1\.xml/d' '{}' \;
+find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;</userinput></screen>
+
+    <para os="d">Prepare Shadow for compilation:</para>
 
-<para os="d">The meaning of the configure options:</para>
+<screen os="e"><userinput>./configure --sysconfdir=/etc</userinput></screen>
 
-  <variablelist os="e">
+<para os="f">The meaning of the configure options:</para>
+
+  <variablelist os="g">
     <varlistentry>
       <term><parameter>--sysconfdir=/etc</parameter></term>
       <listitem><para>Tells Shadow to install its configuration files into
@@ -49,12 +57,6 @@
     
   </variablelist>
 
-    <para os="f">Disable the installation of the <command>groups</command>
-    program and its man pages, as Coreutils provides a better version:</para>
-
-<screen os="g"><userinput>sed -i 's/groups$(EXEEXT) //' src/Makefile
-find man -name Makefile -exec sed -i '/groups.1.xml/d' '{}' \;
-find man -name Makefile -exec sed -i 's/groups.1 //' '{}' \;</userinput></screen>
 
     <para os="h">Compile the package:</para>
 
diff --git a/BOOK/final-system/multilib/shadow.xml b/BOOK/final-system/multilib/shadow.xml
index 7471878..2ebe310 100644
--- a/BOOK/final-system/multilib/shadow.xml
+++ b/BOOK/final-system/multilib/shadow.xml
@@ -29,15 +29,15 @@
     href="../common/shadow.xml"
     xpointer="xpointer(//*[@os='b'])"/>
 
-<screen os="c"><userinput>CC="gcc ${BUILD64}" ./configure --sysconfdir=/etc</userinput></screen>
-
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/shadow.xml"
-    xpointer="xpointer(//*[@os='d'])"/>
+    xpointer="xpointer(//*[@os='c'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/shadow.xml"
-    xpointer="xpointer(//*[@os='e'])"/>
+    xpointer="xpointer(//*[@os='d'])"/>
+
+<screen os="c"><userinput>CC="gcc ${BUILD64}" ./configure --sysconfdir=/etc</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/shadow.xml"
diff --git a/BOOK/general.ent b/BOOK/general.ent
index 10f4225..e5e1e54 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "08"> <!-- Use two digits -->
 <!ENTITY month_name "August">
-<!ENTITY day "27"> <!-- Use two digits -->
+<!ENTITY day "28"> <!-- Use two digits -->
 <!ENTITY year "2012"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 8516a34..85144d7 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -35,7 +35,16 @@
       </itemizedlist>
     </listitem>
 -->
-    <listitem>
+     <listitem>
+      <para>August 28, 2012</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Edit shadow groups program and man-pages disabling section.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+   <listitem>
       <para>August 27, 2012</para>
       <itemizedlist>
         <listitem>

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

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


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list