[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.0.0-907-g0677033

git git at cross-lfs.org
Tue Feb 18 23:58:55 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  06770332b991eec3ba5963584db5a455dd352b71 (commit)
       via  2cb86448b90127754c82ac65981fe85f6ec4a0bf (commit)
      from  0822ce5c236b39f6ec8db2b823e76d22c2465f7c (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 06770332b991eec3ba5963584db5a455dd352b71
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Wed Feb 19 01:52:16 2014 -0600

    No need for a dummy user or group since having user nobody and group nogroup.

diff --git a/BOOK/final-system/common/util-linux.xml b/BOOK/final-system/common/util-linux.xml
index 6823f9a..cf7eabd 100644
--- a/BOOK/final-system/common/util-linux.xml
+++ b/BOOK/final-system/common/util-linux.xml
@@ -62,12 +62,6 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
 
 <screen os="e"><userinput>make</userinput></screen>
 
-    <para os="dummy1">Create two <systemitem class="groupname">dummy</systemitem> groups and a <systemitem class="username">dummy</systemitem> user to be used during Util-linux and Coreutils test suites:</para>
-
-<screen os="dummy2"><userinput remap="test">echo "dummy1:x:1000:" >> /etc/group
-echo "dummy2:x:1001:dummy" >> /etc/group
-echo "dummy:x:1000:1000::/root:/bin/bash" >> /etc/passwd</userinput></screen>
-
     <para os="f">To test the results, issue:</para>
 
 <screen os="f2"><userinput remap="test">chown -Rv dummy . &&
diff --git a/BOOK/final-system/multilib/util-linux.xml b/BOOK/final-system/multilib/util-linux.xml
index 9153e42..9383ee3 100644
--- a/BOOK/final-system/multilib/util-linux.xml
+++ b/BOOK/final-system/multilib/util-linux.xml
@@ -43,14 +43,6 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/util-linux.xml"
-    xpointer="xpointer(//*[@os='dummy1'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/util-linux.xml"
-    xpointer="xpointer(//*[@os='dummy2'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/util-linux.xml"
     xpointer="xpointer(//*[@os='f'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

commit 2cb86448b90127754c82ac65981fe85f6ec4a0bf
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Wed Feb 19 01:10:36 2014 -0600

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index c87c4b0..0a62539 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "02"> <!-- Use two digits -->
 <!ENTITY month_name "February">
-<!ENTITY day "18"> <!-- Use two digits -->
+<!ENTITY day "19"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/final-system/common/util-linux.xml   |    6 ------
 BOOK/final-system/multilib/util-linux.xml |    8 --------
 BOOK/general.ent                          |    2 +-
 3 files changed, 1 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list