[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.1.0-712-g63dcff4

git git at cross-lfs.org
Sat Apr 12 02:06:52 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  63dcff4ecbc0f95a5b4f00f925cf09907934dee8 (commit)
       via  320c4615c89b216b3eeb189607a87256545ba3b7 (commit)
      from  c5ab9cdaff1e9719838a2f4232565523a403f0d4 (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 63dcff4ecbc0f95a5b4f00f925cf09907934dee8
Author: Chris Staub <chris at beaker67.com>
Date:   Sat Apr 12 05:06:48 2014 -0400

    Switches to disable login and su are not needed

diff --git a/BOOK/boot/64/util-linux.xml b/BOOK/boot/64/util-linux.xml
index 0170507..b8cad6b 100644
--- a/BOOK/boot/64/util-linux.xml
+++ b/BOOK/boot/64/util-linux.xml
@@ -29,7 +29,7 @@
 <screen os="be"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG= \
   ./configure --prefix=/tools --exec-prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-    --disable-makeinstall-chown --disable-login --disable-su</userinput></screen>
+    --disable-makeinstall-chown</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/util-linux.xml"
diff --git a/BOOK/boot/common/util-linux.xml b/BOOK/boot/common/util-linux.xml
index aa7b876..31423f7 100644
--- a/BOOK/boot/common/util-linux.xml
+++ b/BOOK/boot/common/util-linux.xml
@@ -29,10 +29,10 @@
 <screen os="b"><userinput>PKG_CONFIG= \
   ./configure --prefix=/tools --exec-prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-    --disable-makeinstall-chown --disable-login --disable-su</userinput></screen>
+    --disable-makeinstall-chown</userinput></screen>
 
     <variablelist os="c">
-      <title>The meaning of the new configure options:</title>
+      <title>The meaning of the new configure option:</title>
 
       <varlistentry>
         <term><parameter>--disable-makeinstall-chown</parameter></term>
@@ -42,14 +42,6 @@
         </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"
diff --git a/BOOK/boot/multilib/util-linux.xml b/BOOK/boot/multilib/util-linux.xml
index 845565f..b85623e 100644
--- a/BOOK/boot/multilib/util-linux.xml
+++ b/BOOK/boot/multilib/util-linux.xml
@@ -29,8 +29,7 @@
 <screen os="be"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG= ./configure \
     --prefix=/tools --exec-prefix="" --build=${CLFS_HOST} \
     --host=${CLFS_TARGET} --libdir=/tools/lib64 --bindir=/tools/bin \
-    --sbindir=/tools/sbin --disable-makeinstall-chown --disable-login \
-    --disable-su</userinput></screen>
+    --sbindir=/tools/sbin --disable-makeinstall-chown</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/util-linux.xml"
diff --git a/BOOK/chroot/common/util-linux.xml b/BOOK/chroot/common/util-linux.xml
index e65c5b3..39283d8 100644
--- a/BOOK/chroot/common/util-linux.xml
+++ b/BOOK/chroot/common/util-linux.xml
@@ -28,10 +28,10 @@
 
 <screen os="b"><userinput>PKG_CONFIG= ./configure --prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-    --disable-makeinstall-chown --disable-su --disable-login</userinput></screen>
+    --disable-makeinstall-chown</userinput></screen>
 
     <variablelist os="c">
-      <title>The meaning of the new configure options:</title>
+      <title>The meaning of the new configure option:</title>
 
       <varlistentry>
         <term><parameter>--disable-makeinstall-chown</parameter></term>
@@ -41,14 +41,6 @@
         </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"
diff --git a/BOOK/chroot/multilib/util-linux.xml b/BOOK/chroot/multilib/util-linux.xml
index 7d89910..fd3b9b1 100644
--- a/BOOK/chroot/multilib/util-linux.xml
+++ b/BOOK/chroot/multilib/util-linux.xml
@@ -28,7 +28,7 @@
 
 <screen os="be"><userinput>CC="${CC} ${BUILD64}" PKG_CONFIG= ./configure --prefix=/tools \
     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
-    --disable-makeinstall-chown --disable-login --disable-su</userinput></screen>
+    --disable-makeinstall-chown</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/util-linux.xml"
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index efa5ddf..ed34e50 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -42,6 +42,10 @@
         <listitem>
           <para>[Chris] - Updated MPC to 1.0.2.</para>
         </listitem>
+        <listitem>
+          <para>[Chris] - Removed unneeded --disable-login and --disable-su
+          switches from Util-linux configure in boot/chroot sections.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 

commit 320c4615c89b216b3eeb189607a87256545ba3b7
Author: Chris Staub <chris at beaker67.com>
Date:   Sat Apr 12 04:56:34 2014 -0400

    Changed comments in vimrc to note that it's in /tools

diff --git a/BOOK/temp-system/common/vim.xml b/BOOK/temp-system/common/vim.xml
index fc02992..1bc2209 100644
--- a/BOOK/temp-system/common/vim.xml
+++ b/BOOK/temp-system/common/vim.xml
@@ -111,14 +111,14 @@ EOF</userinput></screen>
     expect it to. This is explained more in the final system:</para>
 
 <screen os="tv2"><userinput>cat > /tools/etc/vimrc << "EOF"
-<literal>" Begin /etc/vimrc
+<literal>" Begin /tools/etc/vimrc
 
 set nocompatible
 set backspace=2
 set ruler
 syntax on
 
-" End /etc/vimrc</literal>
+" End /tools/etc/vimrc</literal>
 EOF</userinput></screen>
 
   </sect2>

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

Summary of changes:
 BOOK/boot/64/util-linux.xml            |    2 +-
 BOOK/boot/common/util-linux.xml        |   12 ++----------
 BOOK/boot/multilib/util-linux.xml      |    3 +--
 BOOK/chroot/common/util-linux.xml      |   12 ++----------
 BOOK/chroot/multilib/util-linux.xml    |    2 +-
 BOOK/introduction/common/changelog.xml |    4 ++++
 BOOK/temp-system/common/vim.xml        |    4 ++--
 7 files changed, 13 insertions(+), 26 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list