[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.0.0-884-gbf75f20

git git at cross-lfs.org
Thu Feb 13 12:15:32 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  bf75f2009e0fafb385b79824397ba2a788ea098e (commit)
       via  c30e40f12ee7046d197707af47d337644d9fb8df (commit)
       via  ef54ce840c316f00c95b40d8f5b56d330605d96e (commit)
       via  db1f9ad1e6c24cb316e291fa94a4ba69d1cef499 (commit)
       via  c165f0a48fe6eb9a0bf3e9f7c3ad8056eee1eb30 (commit)
      from  47eeca5bc1ed1e41363732c2153522c7040f155a (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 bf75f2009e0fafb385b79824397ba2a788ea098e
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Thu Feb 13 13:45:12 2014 -0600

    No need for a link of /tools/bin/sh to bash. By the time we need to run bash from tools, we are in chroot and already have a link to /bin/sh to bash and /bin/bash to /tools/bin/bash.

diff --git a/BOOK/temp-system/common/bash.xml b/BOOK/temp-system/common/bash.xml
index 67e55ed..93d140f 100644
--- a/BOOK/temp-system/common/bash.xml
+++ b/BOOK/temp-system/common/bash.xml
@@ -90,11 +90,6 @@ EOF</userinput></screen>
 
 <screen os="h"><userinput>make install</userinput></screen>
 
-    <para os="t3">Make a link for programs that use <command>sh</command> for
-    a shell:</para>
-
-<screen os="t4"><userinput>ln -sv bash /tools/bin/sh</userinput></screen>
-
   </sect2>
 
   <sect2 role="content">
diff --git a/BOOK/temp-system/multilib/bash.xml b/BOOK/temp-system/multilib/bash.xml
index 168b1f1..56d8e06 100644
--- a/BOOK/temp-system/multilib/bash.xml
+++ b/BOOK/temp-system/multilib/bash.xml
@@ -67,14 +67,6 @@
     href="../common/bash.xml"
     xpointer="xpointer(//*[@os='h'])"/>
 
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/bash.xml"
-    xpointer="xpointer(//*[@os='t3'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/bash.xml"
-    xpointer="xpointer(//*[@os='t4'])"/>
-
   </sect2>
 
   <sect2 role="content">

commit c30e40f12ee7046d197707af47d337644d9fb8df
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Thu Feb 13 13:41:45 2014 -0600

    Add master changelog entry regarding nobdoy being a member of group nogroup.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index bb140f5..f14701a 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -37,6 +37,15 @@
 -->
 
     <listitem>
+      <para>13 February 2014</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Correct nobody gid to use nogroup gid.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>03 February 2014</para>
       <itemizedlist>
         <listitem>

commit ef54ce840c316f00c95b40d8f5b56d330605d96e
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Thu Feb 13 13:41:24 2014 -0600

    Replace gid-nobody with gid-nogroup.

diff --git a/BOOK/boot/common/pwdgroup.xml b/BOOK/boot/common/pwdgroup.xml
index 99759e5..b908281 100644
--- a/BOOK/boot/common/pwdgroup.xml
+++ b/BOOK/boot/common/pwdgroup.xml
@@ -89,7 +89,7 @@ EOF</userinput></screen>
       </listitem>
     </varlistentry>
     <varlistentry>
-      <term><literal>nobody:x:&uid-nobody;:&gid-nobody;:nobody:/:/bin/false</literal></term>
+      <term><literal>nobody:x:&uid-nobody;:&gid-nogroup;:nobody:/:/bin/false</literal></term>
       <listitem>
         <para>Used by NFS</para>
       </listitem>
@@ -167,7 +167,7 @@ EOF</userinput></screen>
       </listitem>
     </varlistentry>
     <varlistentry>
-      <term><literal>nobody:x:&gid-nobody;:</literal></term>
+      <term><literal>nobody:x:&gid-nogroup;:</literal></term>
       <listitem>
         <para>This is used by NFS</para>
       </listitem>
diff --git a/BOOK/chroot/common/pwdgroup.xml b/BOOK/chroot/common/pwdgroup.xml
index 8bcabc1..5456faa 100644
--- a/BOOK/chroot/common/pwdgroup.xml
+++ b/BOOK/chroot/common/pwdgroup.xml
@@ -30,7 +30,7 @@
 <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>
+<literal>nobody:x:&uid-nobody;:&gid-nogroup;:Unprivileged User:/dev/null:/bin/false</literal>
 EOF</userinput></screen>
 
   <para os="b">The actual password for

commit db1f9ad1e6c24cb316e291fa94a4ba69d1cef499
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Thu Feb 13 13:40:49 2014 -0600

    gid nobody remove, uid nobody should be a member of gid nogroup.

diff --git a/BOOK/users_groups.ent b/BOOK/users_groups.ent
index 3eefea2..6c42bbc 100644
--- a/BOOK/users_groups.ent
+++ b/BOOK/users_groups.ent
@@ -42,4 +42,3 @@
 <!ENTITY gid-wheel "39">
 <!ENTITY gid-users "1000">
 <!ENTITY gid-nogroup "65533">
-<!ENTITY gid-nobody "65534">

commit c165f0a48fe6eb9a0bf3e9f7c3ad8056eee1eb30
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Thu Feb 13 13:40:10 2014 -0600

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 7b426c9..cb31590 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 "12"> <!-- Use two digits -->
+<!ENTITY day "13"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/boot/common/pwdgroup.xml          |    4 ++--
 BOOK/chroot/common/pwdgroup.xml        |    2 +-
 BOOK/general.ent                       |    2 +-
 BOOK/introduction/common/changelog.xml |    9 +++++++++
 BOOK/temp-system/common/bash.xml       |    5 -----
 BOOK/temp-system/multilib/bash.xml     |    8 --------
 BOOK/users_groups.ent                  |    1 -
 7 files changed, 13 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list