[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.0.0-840-g725bca7

git git at cross-lfs.org
Sun Feb 2 13:07:28 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  725bca73e6c51bd341157b9a3838884022aa464b (commit)
       via  a709a946a129e360a7332c36034600899e2015cc (commit)
       via  09465d615e55b5f67f90e5a5bf368343763ec8f6 (commit)
      from  de53390c13c6d3d4f5bb6cdf488aa27a90f04fc3 (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 725bca73e6c51bd341157b9a3838884022aa464b
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sun Feb 2 15:09:25 2014 -0600

    Add wheel gid.

diff --git a/BOOK/users_groups.ent b/BOOK/users_groups.ent
index 29d8510..3eefea2 100644
--- a/BOOK/users_groups.ent
+++ b/BOOK/users_groups.ent
@@ -39,6 +39,7 @@
 <!ENTITY gid-systemd-journal "28">
 <!ENTITY gid-mail "30">
 <!ENTITY gid-news "31">
+<!ENTITY gid-wheel "39">
 <!ENTITY gid-users "1000">
 <!ENTITY gid-nogroup "65533">
 <!ENTITY gid-nobody "65534">

commit a709a946a129e360a7332c36034600899e2015cc
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sun Feb 2 15:09:14 2014 -0600

    Add some groups to the chroot section group and some users to the chroot section passwd and add wheel and adm to groups for systemd.

diff --git a/BOOK/boot/common/pwdgroup.xml b/BOOK/boot/common/pwdgroup.xml
index 7e9d5b3..7ed81bb 100644
--- a/BOOK/boot/common/pwdgroup.xml
+++ b/BOOK/boot/common/pwdgroup.xml
@@ -53,7 +53,7 @@ EOF</userinput></screen>
 
   <variablelist os="c">
   
-    <title>Additional users you may want to add:</title>
+    <title>Additional users you may want to add if not already included:</title>
 
     <varlistentry>
       <term><literal>bin:x:&uid-bin;:&gid-bin;:bin:/bin:/bin/false</literal></term>
@@ -132,12 +132,13 @@ video:x:&gid-video;:
 utmp:x:&gid-utmp;:
 usb:x:&gid-usb;:
 cdrom:x:&gid-cdrom;:
-messagebus:x:&gid-messagebus;:</literal>
+messagebus:x:&gid-messagebus;:
+wheel:x:&gid-wheel;:</literal>
 EOF</userinput></screen>
 
   <variablelist os="d">
 
-    <title>Additional groups you may want to add</title>
+    <title>Additional groups you may want to add if not already included:</title>
 
     <varlistentry>
       <term><literal>adm:x:&gid-adm;:root,adm,daemon</literal></term>
diff --git a/BOOK/chroot/common/pwdgroup.xml b/BOOK/chroot/common/pwdgroup.xml
index eeb7a86..fa7e600 100644
--- a/BOOK/chroot/common/pwdgroup.xml
+++ b/BOOK/chroot/common/pwdgroup.xml
@@ -43,7 +43,10 @@
 
 <screen><userinput>cat > /etc/passwd << "EOF"
 <literal>root:x:&uid-root;:&gid-root;:root:/root:/bin/bash</literal>
+<literal>bin:x:&uid-bin;:*gid-bin;:/dev/null:/bin/false</literal>
+<literal>daemon:x:&uid-daemon;:&gid-daemon;:/dev/null:/bin/false</literal>
 <literal>messagebus:x:&uid-messagebus;:&gid-messagebus;:D-Bus Message Daemon User:/dev/null:/bin/false</literal>
+<literal>nobody:x:&uid-nobody;:&gid-nobody;:Unprivileged User:/dev/null:/bin/false</literal>
 EOF</userinput></screen>
 
   <para os="b">The actual password for
@@ -74,8 +77,11 @@ video:x:&gid-video;:
 utmp:x:&gid-utmp;:
 usb:x:&gid-usb;:
 cdrom:x:&gid-cdrom;:
+adm:x:&gid-adm;:
 messagebus:x:&gid-messagebus;:
-systemd-journal:x:&gid-systemd-journal;</literal>
+systemd-journal:x:&gid-systemd-journal;:
+mail:x:&gid-mail;:
+nogroup:x:&gid-nogroup;:</literal>
 EOF</userinput></screen>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

commit 09465d615e55b5f67f90e5a5bf368343763ec8f6
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sun Feb 2 14:24:37 2014 -0600

    Add a sed command to install the locale files.

diff --git a/BOOK/final-system/common/diffutils.xml b/BOOK/final-system/common/diffutils.xml
index 3d5a36d..86c39cb 100644
--- a/BOOK/final-system/common/diffutils.xml
+++ b/BOOK/final-system/common/diffutils.xml
@@ -25,6 +25,10 @@
   <sect2 role="installation">
     <title>Installation of Diffutils</title>
 
+    <para os="s1">"Fix a file so locale files are installed:"</para>
+
+<screen os="s2"><userinput>sed -i 's:= @mkdir_p@:= /bin/mkdir -p:' po/Makefile.in.in</userinput></screen>
+
     <para os="a">Prepare Diffutils for compilation:</para>
 
 <screen os="b"><userinput>./configure --prefix=/usr</userinput></screen>
diff --git a/BOOK/final-system/multilib/diffutils.xml b/BOOK/final-system/multilib/diffutils.xml
index 0613b03..1307c00 100644
--- a/BOOK/final-system/multilib/diffutils.xml
+++ b/BOOK/final-system/multilib/diffutils.xml
@@ -23,6 +23,14 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/diffutils.xml"
+    xpointer="xpointer(//*[@os='s1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/diffutils.xml"
+    xpointer="xpointer(//*[@os='s2'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/diffutils.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr</userinput></screen>

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

Summary of changes:
 BOOK/boot/common/pwdgroup.xml            |    7 ++++---
 BOOK/chroot/common/pwdgroup.xml          |    8 +++++++-
 BOOK/final-system/common/diffutils.xml   |    4 ++++
 BOOK/final-system/multilib/diffutils.xml |    8 ++++++++
 BOOK/users_groups.ent                    |    1 +
 5 files changed, 24 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list