[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-sysvinit-224-ga4615d8

git git at clfs.org
Wed Dec 23 03:49:47 PST 2015


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, sysvinit has been updated
       via  a4615d8bb7432b31f463e316581352fdea0cb483 (commit)
       via  80c037cfdf0bbaf621cc62f94ad71d764ad45a1e (commit)
       via  c8c8c51f27a1ac0af98bfbabb8d7b36f65023422 (commit)
      from  07215b1f94f0a7702740c1bdffb172f1e77c4c08 (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 a4615d8bb7432b31f463e316581352fdea0cb483
Author: Chris Staub <chris at beaker67.com>
Date:   Wed Dec 23 11:45:38 2015 -0500

    Updated LSB link

diff --git a/BOOK/boot/common/pwdgroup.xml b/BOOK/boot/common/pwdgroup.xml
index ea9da2e..048ce70 100644
--- a/BOOK/boot/common/pwdgroup.xml
+++ b/BOOK/boot/common/pwdgroup.xml
@@ -174,10 +174,11 @@ EOF</userinput></screen>
   groups decided on in part by the requirements of the Systemd configuration
   in the final system, and in part by common convention employed by a
   number of existing Linux distributions. The Linux Standard Base (LSB,
-  available at <ulink url="http://www.linuxbase.org"/>) recommends only
-  that, besides the group <quote>root</quote> with a Group ID (GID) of 0,
-  a group <quote>bin</quote> with a GID of 1 be present. All other group
-  names and GIDs can be chosen freely by the system administrator since
+  available at
+  <ulink url="http://www.linuxfoundation.org/collaborate/workgroups/lsb"/>)
+  recommends only that, besides the group <quote>root</quote> with a Group ID
+  (GID) of 0, a group <quote>bin</quote> with a GID of 1 be present. All other
+  group names and GIDs can be chosen freely by the system administrator since
   well-written programs do not depend on GID numbers, but rather use the
   group's name.</para>
 
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 644d3d0..20d3df2 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -37,6 +37,16 @@
 -->
 
     <listitem>
+      <para>23 December 2015</para>
+      <itemizedlist>
+        <listitem>
+          <para>[Chris] - Changed LSB link to its new location at
+          linuxfoundation.org.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>19 December 2015</para>
       <itemizedlist>
         <listitem>

commit 80c037cfdf0bbaf621cc62f94ad71d764ad45a1e
Author: Chris Staub <chris at beaker67.com>
Date:   Wed Dec 23 11:32:00 2015 -0500

    Removed extra spaces

diff --git a/BOOK/cross-tools/common/file.xml b/BOOK/cross-tools/common/file.xml
index 0fea6d1..418cb8b 100644
--- a/BOOK/cross-tools/common/file.xml
+++ b/BOOK/cross-tools/common/file.xml
@@ -28,7 +28,7 @@
     about a number of standard file formats. When File is compiled, it will run
     <command>file -C</command> to combine the information from the
     magic files in its source tree into a single <filename>magic.mgc</filename>
-    file, which it will use after it is installed. When we build File in 
+    file, which it will use after it is installed. When we build File in
     <xref linkend="chapter-temp-system"/>, it will be cross-compiled, so it
     will not be able to run the <command>file</command> program that it just
     built, which means that we need one that will run on the host system.</para>
diff --git a/BOOK/cross-tools/multilib/pkg-config-lite.xml b/BOOK/cross-tools/multilib/pkg-config-lite.xml
index 19b3493..6521503 100644
--- a/BOOK/cross-tools/multilib/pkg-config-lite.xml
+++ b/BOOK/cross-tools/multilib/pkg-config-lite.xml
@@ -44,7 +44,7 @@
           <para>This option makes sure the installation includes the proper
           <command>{$CLFS_TARGET}-pkg-config</command> to be detected and used
           when cross-compiling some tools in the temporary system and boot
-          chapter.</para> 
+          chapter.</para>
         </listitem>
       </varlistentry>
 
diff --git a/BOOK/final-system/common/glibc.xml b/BOOK/final-system/common/glibc.xml
index d6cf60c..2ebf25d 100644
--- a/BOOK/final-system/common/glibc.xml
+++ b/BOOK/final-system/common/glibc.xml
@@ -272,7 +272,7 @@ EOF</userinput></screen>
 ZONEINFO=/usr/share/zoneinfo
 mkdir -pv $ZONEINFO/{posix,right}
 
-for tz in etcetera southamerica northamerica europe africa antarctica  \
+for tz in etcetera southamerica northamerica europe africa antarctica \
           asia australasia backward pacificnew systemv; do
     zic -L /dev/null   -d $ZONEINFO       -y "sh yearistype.sh" ${tz}
     zic -L /dev/null   -d $ZONEINFO/posix -y "sh yearistype.sh" ${tz}
diff --git a/BOOK/final-system/multilib/e2fsprogs-64bit.xml b/BOOK/final-system/multilib/e2fsprogs-64bit.xml
index f54049f..3507081 100644
--- a/BOOK/final-system/multilib/e2fsprogs-64bit.xml
+++ b/BOOK/final-system/multilib/e2fsprogs-64bit.xml
@@ -39,7 +39,7 @@
     xpointer="xpointer(//*[@os='c'])"/>
 
 <screen os="d"><userinput>PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
-CC="gcc ${BUILD64}"  \
+CC="gcc ${BUILD64}" \
 ../configure \
     --prefix=/usr \
     --bindir=/bin \
diff --git a/BOOK/temp-system/common/vim.xml b/BOOK/temp-system/common/vim.xml
index 7b5a7bb..bf1e326 100644
--- a/BOOK/temp-system/common/vim.xml
+++ b/BOOK/temp-system/common/vim.xml
@@ -28,7 +28,7 @@
     package dependencies in the final system, but we believe that a text editor
     is an extremely useful tool to have there.<!-- If you prefer a different
     editor, you may check the hints project at <ulink url="&hints-root;" />
-    for information on cross-compiling other text editors. (placeholder - 
+    for information on cross-compiling other text editors. (placeholder -
     uncomment this sentence if/when such information actually exists)--></para>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/testsuite-tools/multilib/expect.xml b/BOOK/testsuite-tools/multilib/expect.xml
index 51c8a1a..0ce6888 100644
--- a/BOOK/testsuite-tools/multilib/expect.xml
+++ b/BOOK/testsuite-tools/multilib/expect.xml
@@ -29,7 +29,7 @@
 ./configure \
     --prefix=/tools \
     --with-tcl=/tools/lib64 \
-    --with-tclinclude=/tools/include  \
+    --with-tclinclude=/tools/include \
     --libdir=/tools/lib64</userinput></screen>
 
     <variablelist os="e">

commit c8c8c51f27a1ac0af98bfbabb8d7b36f65023422
Author: Chris Staub <chris at beaker67.com>
Date:   Wed Dec 23 11:31:42 2015 -0500

    Updated date

diff --git a/BOOK/general.ent b/BOOK/general.ent
index e057926..9acc0d3 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "12"> <!-- Use two digits -->
 <!ENTITY month_name "December">
-<!ENTITY day "19"> <!-- Use two digits -->
+<!ENTITY day "23"> <!-- Use two digits -->
 <!ENTITY year "2015"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/boot/common/pwdgroup.xml                  |    9 +++++----
 BOOK/cross-tools/common/file.xml               |    2 +-
 BOOK/cross-tools/multilib/pkg-config-lite.xml  |    2 +-
 BOOK/final-system/common/glibc.xml             |    2 +-
 BOOK/final-system/multilib/e2fsprogs-64bit.xml |    2 +-
 BOOK/general.ent                               |    2 +-
 BOOK/introduction/common/changelog.xml         |   10 ++++++++++
 BOOK/temp-system/common/vim.xml                |    2 +-
 BOOK/testsuite-tools/multilib/expect.xml       |    2 +-
 9 files changed, 22 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list