[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.0.0-860-g3bff4be

git git at cross-lfs.org
Mon Feb 3 10:06:43 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  3bff4bed4af32921e28975eef0d6409d1adadcd0 (commit)
       via  5f7380b51cf09972f38d0c5ecb8bbd7a92dd58bb (commit)
      from  fa16dcecc1c7b853ca6f2d0870adfad8ef3775cc (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 3bff4bed4af32921e28975eef0d6409d1adadcd0
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Mon Feb 3 12:08:44 2014 -0600

    Add --with-kbd-loadkeys=/bin/loadkeys --with-kbd-setfont=/bin/setfont as our CLFS kbd build will install them to /bin. Systemd will default to /usr/bin.

diff --git a/BOOK/final-system/common/systemd.xml b/BOOK/final-system/common/systemd.xml
index 8e3d79b..6d8b451 100644
--- a/BOOK/final-system/common/systemd.xml
+++ b/BOOK/final-system/common/systemd.xml
@@ -30,7 +30,8 @@
     --sysconfdir=/etc --localstatedir=/var \
     --libexecdir=/usr/lib --docdir=/usr/share/doc/systemd-&systemd-version; \
     --with-rootprefix="" --with-rootlibdir=/lib \
-    --enable-split-usr --disable-gudev</userinput></screen>
+    --enable-split-usr --disable-gudev --with-kbd-loadkeys=/bin/loadkeys \
+    --with-kbd-setfont=/bin/setfont</userinput></screen>
 
     <para os="c">Compile the package:</para>
 
diff --git a/BOOK/final-system/multilib/systemd-64bit.xml b/BOOK/final-system/multilib/systemd-64bit.xml
index 0e939cd..cb90240 100644
--- a/BOOK/final-system/multilib/systemd-64bit.xml
+++ b/BOOK/final-system/multilib/systemd-64bit.xml
@@ -29,7 +29,8 @@
     --sysconfdir=/etc --localstatedir=/var --libdir=/usr/lib64 \
     --libexecdir=/usr/lib64 --docdir=/usr/share/doc/systemd-&systemd-version; \
     --with-rootprefix="" -with-rootlibdir=/lib64 \
-    --enable-split-usr --disable-gudev</userinput></screen>
+    --enable-split-usr --disable-gudev --with-kbd-loadkeys=/bin/loadkeys \
+    --with-kbd-setfont=/bin/setfont</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/systemd.xml"
diff --git a/BOOK/final-system/multilib/systemd-n32.xml b/BOOK/final-system/multilib/systemd-n32.xml
index 6037782..3f3df97 100644
--- a/BOOK/final-system/multilib/systemd-n32.xml
+++ b/BOOK/final-system/multilib/systemd-n32.xml
@@ -34,7 +34,8 @@
     --sysconfdir=/etc --localstatedir=/var --libdir=/usr/lib32 \
     --libexecdir=/usr/lib32 --docdir=/usr/share/doc/systemd-&systemd-version; \
     --with-rootprefix="" -with-rootlibdir=/lib32 \
-    --enable-split-usr --disable-gudev</userinput></screen>
+    --enable-split-usr --disable-gudev --with-kbd-loadkeys=/bin/loadkeys \
+    --with-kbd-setfont=/bin/setfont</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/systemd.xml"
diff --git a/BOOK/final-system/multilib/systemd.xml b/BOOK/final-system/multilib/systemd.xml
index 3620b56..bf45696 100644
--- a/BOOK/final-system/multilib/systemd.xml
+++ b/BOOK/final-system/multilib/systemd.xml
@@ -39,7 +39,8 @@
     --sysconfdir=/etc --localstatedir=/var \
     --libexecdir=/usr/lib --docdir=/usr/share/doc/systemd-&systemd-version; \
     --with-rootprefix="" --with-rootlibdir=/lib \
-    --enable-split-usr --disable-gudev</userinput></screen>
+    --enable-split-usr --disable-gudev --with-kbd-loadkeys=/bin/loadkeys \
+    --with-kbd-setfont=/bin/setfont</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/systemd.xml"

commit 5f7380b51cf09972f38d0c5ecb8bbd7a92dd58bb
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Mon Feb 3 12:07:34 2014 -0600

    Add master changelog entry for addition of configure options to systemd regarding setfont and loadkeys path.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 21caf0f..bb140f5 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -37,6 +37,15 @@
 -->
 
     <listitem>
+      <para>03 February 2014</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Add configure options to systemd so loadkeys and setfont is searched in /bin instead of /usr/bin.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>02 February 2014</para>
       <itemizedlist>
         <listitem>

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

Summary of changes:
 BOOK/final-system/common/systemd.xml         |    3 ++-
 BOOK/final-system/multilib/systemd-64bit.xml |    3 ++-
 BOOK/final-system/multilib/systemd-n32.xml   |    3 ++-
 BOOK/final-system/multilib/systemd.xml       |    3 ++-
 BOOK/introduction/common/changelog.xml       |    9 +++++++++
 5 files changed, 17 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list