[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.1.0-690-g86e4833

git git at cross-lfs.org
Thu Apr 10 01:31:07 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  86e48338e064ff9b2a072145b0fa626ae3f488a3 (commit)
       via  33ff18dc9678b0746011c00aad7fc33db55c1ad7 (commit)
      from  b6b0bfbe6cf0f4bf640496d99ae6550d3647eb80 (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 86e48338e064ff9b2a072145b0fa626ae3f488a3
Author: Chris Staub <chris at beaker67.com>
Date:   Thu Apr 10 04:31:06 2014 -0400

    Disable installation of nologin as well for shadow in boot section

diff --git a/BOOK/boot/common/shadow.xml b/BOOK/boot/common/shadow.xml
index 8451222..d7a6c6b 100644
--- a/BOOK/boot/common/shadow.xml
+++ b/BOOK/boot/common/shadow.xml
@@ -22,11 +22,13 @@
   <sect2 role="installation">
     <title>Installation of Shadow</title>
 
-    <para os="b">Disable the installation of the <command>groups</command>
-    program, as Coreutils provides a better version:</para>
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../../final-system/common/shadow.xml"
+    xpointer="xpointer(//*[@os='b'])"/>
 
 <screen os="c"><userinput>cp -v src/Makefile.in{,.orig}
-sed -e 's/groups$(EXEEXT) //' src/Makefile.in.orig > src/Makefile.in</userinput></screen>
+sed  -e 's/groups$(EXEEXT) //' -e 's/= nologin$(EXEEXT)/= /' \
+    src/Makefile.in.orig > src/Makefile.in</userinput></screen>
 
     <para os="d">Prepare Shadow for compilation:</para>
 

commit 33ff18dc9678b0746011c00aad7fc33db55c1ad7
Author: Chris Staub <chris at beaker67.com>
Date:   Thu Apr 10 04:30:33 2014 -0400

    Added back eudev info to package download page

diff --git a/BOOK/materials/common/packages.xml b/BOOK/materials/common/packages.xml
index efbf766..5dc8b2d 100644
--- a/BOOK/materials/common/packages.xml
+++ b/BOOK/materials/common/packages.xml
@@ -186,6 +186,15 @@
     </varlistentry>
 
     <varlistentry>
+      <term>Eudev (&eudev-version;) - <token>&eudev-size;</token>:</term>
+      <listitem>
+        <para>Home page: <ulink url="&eudev-home;"/></para>
+        <para>Download: <ulink url="&eudev-url;"/></para>
+        <para>MD5 sum: <literal>&eudev-md5;</literal></para>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
       <term>Expat (&expat-version;) - <token>&expat-size;</token>:</term>
       <listitem>
         <para>Home page: <ulink url="&expat-home;"/></para>

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

Summary of changes:
 BOOK/boot/common/shadow.xml        |    8 +++++---
 BOOK/materials/common/packages.xml |    9 +++++++++
 2 files changed, 14 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list