[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.1.0-674-g05efce1

git git at cross-lfs.org
Wed Apr 9 02:25:06 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  05efce13c57f7dc72da1449036560cae2a151e3b (commit)
       via  85be98dc0a0ac37c4074f613bfd49b571f448960 (commit)
       via  a8fffb20cad080704818813d4b66f715acacb84e (commit)
      from  fab8698263b3c7ce41bf50b9b8e881ec4d385eae (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 05efce13c57f7dc72da1449036560cae2a151e3b
Author: Chris Staub <chris at beaker67.com>
Date:   Wed Apr 9 05:25:01 2014 -0400

    Moved command explanation for vim from final-system to temp-system

diff --git a/BOOK/final-system/common/vim.xml b/BOOK/final-system/common/vim.xml
index fc129bb..07dd33c 100644
--- a/BOOK/final-system/common/vim.xml
+++ b/BOOK/final-system/common/vim.xml
@@ -49,23 +49,6 @@
 <screen os="e"><userinput>./configure \
     --prefix=/usr --enable-multibyte</userinput></screen>
 
-    <variablelist os="f">
-      <title>The meaning of the configure options:</title>
-
-      <varlistentry>
-        <term><parameter>--enable-multibyte</parameter></term>
-        <listitem>
-          <para>This optional but highly recommended switch enables support
-          for editing files in multibyte character encodings. This is needed
-          if using a locale with a multibyte character set. This switch is
-          also helpful to be able to edit text files initially created in
-          Linux distributions like Fedora that use UTF-8 as a default
-          character set.</para>
-        </listitem>
-      </varlistentry>
-
-    </variablelist>
-
     <para os="g">Compile the package:</para>
 
 <screen os="h"><userinput>make</userinput></screen>
diff --git a/BOOK/final-system/multilib/vim.xml b/BOOK/final-system/multilib/vim.xml
index 20f60ae..7739f74 100644
--- a/BOOK/final-system/multilib/vim.xml
+++ b/BOOK/final-system/multilib/vim.xml
@@ -51,10 +51,6 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/vim.xml"
-    xpointer="xpointer(//*[@os='f'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
-    href="../common/vim.xml"
     xpointer="xpointer(//*[@os='g'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/temp-system/common/vim.xml b/BOOK/temp-system/common/vim.xml
index bd25e72..9ceece1 100644
--- a/BOOK/temp-system/common/vim.xml
+++ b/BOOK/temp-system/common/vim.xml
@@ -61,6 +61,23 @@ EOF</userinput></screen>
     --disable-gpm --without-x --disable-netbeans \
     --with-tlib=ncurses</userinput></screen>
 
+    <variablelist os="f">
+      <title>The meaning of the new configure options:</title>
+
+      <varlistentry>
+        <term><parameter>--enable-multibyte</parameter></term>
+        <listitem>
+          <para>This optional but highly recommended switch enables support
+          for editing files in multibyte character encodings. This is needed
+          if using a locale with a multibyte character set. This switch is
+          also helpful to be able to edit text files initially created in
+          Linux distributions like Fedora that use UTF-8 as a default
+          character set.</para>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../final-system/common/vim.xml"
     xpointer="xpointer(//*[@os='g'])"/>
diff --git a/BOOK/temp-system/multilib/vim.xml b/BOOK/temp-system/multilib/vim.xml
index abf3b6b..523eec6 100644
--- a/BOOK/temp-system/multilib/vim.xml
+++ b/BOOK/temp-system/multilib/vim.xml
@@ -59,6 +59,10 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/vim.xml"
+    xpointer="xpointer(//*[@os='f'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/vim.xml"
     xpointer="xpointer(//*[@os='g'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

commit 85be98dc0a0ac37c4074f613bfd49b571f448960
Author: Chris Staub <chris at beaker67.com>
Date:   Wed Apr 9 05:22:28 2014 -0400

    Added command explanations for boot/chroot util-linux

diff --git a/BOOK/boot/64/util-linux.xml b/BOOK/boot/64/util-linux.xml
index 50a8d51..0170507 100644
--- a/BOOK/boot/64/util-linux.xml
+++ b/BOOK/boot/64/util-linux.xml
@@ -33,6 +33,10 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/util-linux.xml"
+    xpointer="xpointer(//*[@os='c'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/util-linux.xml"
     xpointer="xpointer(//*[@os='d'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/boot/common/util-linux.xml b/BOOK/boot/common/util-linux.xml
index c65f522..aa7b876 100644
--- a/BOOK/boot/common/util-linux.xml
+++ b/BOOK/boot/common/util-linux.xml
@@ -31,6 +31,27 @@
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     --disable-makeinstall-chown --disable-login --disable-su</userinput></screen>
 
+    <variablelist os="c">
+      <title>The meaning of the new configure options:</title>
+
+      <varlistentry>
+        <term><parameter>--disable-makeinstall-chown</parameter></term>
+        <listitem>
+          <para>This prevents Util-linux from trying to perform any
+          chown commands when it is installed.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><parameter>--disable-login --disable-su</parameter></term>
+        <listitem>
+          <para>This tells Util-linux not to build <command>login</command>
+          or <command>su</command>, as both require PAM.</para>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../final-system/common/util-linux.xml"
     xpointer="xpointer(//*[@os='d'])"/>
diff --git a/BOOK/boot/multilib/util-linux.xml b/BOOK/boot/multilib/util-linux.xml
index 4fdccba..845565f 100644
--- a/BOOK/boot/multilib/util-linux.xml
+++ b/BOOK/boot/multilib/util-linux.xml
@@ -34,6 +34,10 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/util-linux.xml"
+    xpointer="xpointer(//*[@os='c'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/util-linux.xml"
     xpointer="xpointer(//*[@os='d'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/boot/ppc64/util-linux-32.xml b/BOOK/boot/ppc64/util-linux-32.xml
index 45e4277..32ca1c6 100644
--- a/BOOK/boot/ppc64/util-linux-32.xml
+++ b/BOOK/boot/ppc64/util-linux-32.xml
@@ -34,6 +34,10 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/util-linux.xml"
+    xpointer="xpointer(//*[@os='c'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/util-linux.xml"
     xpointer="xpointer(//*[@os='d'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
diff --git a/BOOK/chroot/common/util-linux.xml b/BOOK/chroot/common/util-linux.xml
index 27298d0..e65c5b3 100644
--- a/BOOK/chroot/common/util-linux.xml
+++ b/BOOK/chroot/common/util-linux.xml
@@ -30,6 +30,27 @@
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     --disable-makeinstall-chown --disable-su --disable-login</userinput></screen>
 
+    <variablelist os="c">
+      <title>The meaning of the new configure options:</title>
+
+      <varlistentry>
+        <term><parameter>--disable-makeinstall-chown</parameter></term>
+        <listitem>
+          <para>This prevents Util-linux from trying to perform any
+          chown commands when it is installed.</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><parameter>--disable-login --disable-su</parameter></term>
+        <listitem>
+          <para>This tells Util-linux not to build <command>login</command>
+          or <command>su</command>, as both require PAM.</para>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../../final-system/common/util-linux.xml"
     xpointer="xpointer(//*[@os='d'])"/>
diff --git a/BOOK/chroot/multilib/util-linux.xml b/BOOK/chroot/multilib/util-linux.xml
index f408844..7d89910 100644
--- a/BOOK/chroot/multilib/util-linux.xml
+++ b/BOOK/chroot/multilib/util-linux.xml
@@ -32,6 +32,10 @@
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/util-linux.xml"
+    xpointer="xpointer(//*[@os='c'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+    href="../common/util-linux.xml"
     xpointer="xpointer(//*[@os='d'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

commit a8fffb20cad080704818813d4b66f715acacb84e
Author: Chris Staub <chris at beaker67.com>
Date:   Wed Apr 9 04:58:36 2014 -0400

    Grammar fix

diff --git a/BOOK/temp-system/common/gcc.xml b/BOOK/temp-system/common/gcc.xml
index 8e4e2b0..6e33ca4 100644
--- a/BOOK/temp-system/common/gcc.xml
+++ b/BOOK/temp-system/common/gcc.xml
@@ -81,7 +81,7 @@
   --enable-checking=release --enable-libstdcxx-time</userinput></screen>
 
     <variablelist os="cl">
-      <title>The meaning of the new configure options:</title>
+      <title>The meaning of the new configure option:</title>
 
       <varlistentry os="cl1">
         <term><parameter>--disable-libstdcxx-pch</parameter></term>

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

Summary of changes:
 BOOK/boot/64/util-linux.xml         |    4 ++++
 BOOK/boot/common/util-linux.xml     |   21 +++++++++++++++++++++
 BOOK/boot/multilib/util-linux.xml   |    4 ++++
 BOOK/boot/ppc64/util-linux-32.xml   |    4 ++++
 BOOK/chroot/common/util-linux.xml   |   21 +++++++++++++++++++++
 BOOK/chroot/multilib/util-linux.xml |    4 ++++
 BOOK/final-system/common/vim.xml    |   17 -----------------
 BOOK/final-system/multilib/vim.xml  |    4 ----
 BOOK/temp-system/common/gcc.xml     |    2 +-
 BOOK/temp-system/common/vim.xml     |   17 +++++++++++++++++
 BOOK/temp-system/multilib/vim.xml   |    4 ++++
 11 files changed, 80 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list