[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.0.0-863-ga675f6d

git git at cross-lfs.org
Mon Feb 3 17:03:54 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  a675f6d8da2133e84ad6581be95c6e1a509b60d4 (commit)
       via  9e4058cdbb97caab82dd5e1fc8ffe14df6231727 (commit)
       via  5fe9680b44659428190fc961f482de8228fae963 (commit)
      from  3bff4bed4af32921e28975eef0d6409d1adadcd0 (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 a675f6d8da2133e84ad6581be95c6e1a509b60d4
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Mon Feb 3 19:05:21 2014 -0600

    Fix an error made in creating the previous changelog entries.

diff --git a/BOOK/introduction/ppc/changelog.xml b/BOOK/introduction/ppc/changelog.xml
index 1552bda..c24c61c 100644
--- a/BOOK/introduction/ppc/changelog.xml
+++ b/BOOK/introduction/ppc/changelog.xml
@@ -20,15 +20,6 @@
 <!-- Changelog template
 
     <listitem>
-      <para>03 February 2014</para>
-      <itemizedlist>
-        <listitem>
-          <para>[William Harrington] - Add --mandir=/usr/share/man to HFSUtils configure command.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-
-    <listitem>
       <para>Date</para>
       <itemizedlist>
         <listitem>
@@ -42,6 +33,15 @@
 
 -->
     <listitem>
+      <para>03 February 2014</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Add --mandir=/usr/share/man to HFSUtils configure command.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+   <listitem>
       <para>24 October 2013</para>
       <itemizedlist>
         <listitem>
diff --git a/BOOK/introduction/ppc64-64/changelog.xml b/BOOK/introduction/ppc64-64/changelog.xml
index 91c3f27..ae18fae 100644
--- a/BOOK/introduction/ppc64-64/changelog.xml
+++ b/BOOK/introduction/ppc64-64/changelog.xml
@@ -19,15 +19,6 @@
 
 <!-- Changelog template
 
-    <listitem>
-      <para>03 February 2014</para>
-      <itemizedlist>
-        <listitem>
-          <para>[William Harrington] - Add --mandir=/usr/share/man to HFSUtils configure command.</para>
-        </listitem>
-      </itemizedlist>
-    </listitem>
-
    <listitem>
       <para>Date</para>
       <itemizedlist>
@@ -42,6 +33,16 @@
 
 -->
     <listitem>
+      <para>03 February 2014</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Add --mandir=/usr/share/man to HFSUtils configure command.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+
+    <listitem>
       <para>24 October 2013</para>
       <itemizedlist>
         <listitem>

commit 9e4058cdbb97caab82dd5e1fc8ffe14df6231727
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Mon Feb 3 18:51:32 2014 -0600

    We don't create links of man, info, and doc to /usr anymore. HFSUtils uses /man which attempts to install man-pages to /usr/man/man1 which causes it to error. We will make it install man-pages to /usr/share/man with --mandir configure option.

diff --git a/BOOK/final-system/ppc/hfsutils.xml b/BOOK/final-system/ppc/hfsutils.xml
index e8916c9..b20e030 100644
--- a/BOOK/final-system/ppc/hfsutils.xml
+++ b/BOOK/final-system/ppc/hfsutils.xml
@@ -32,7 +32,7 @@
 
     <para os="a">Prepare Hfsutils for compilation:</para>
 
-<screen><userinput>./configure --prefix=/usr</userinput></screen>
+<screen><userinput>./configure --prefix=/usr --mandir=/usr/share/man</userinput></screen>
 
     <para os="c">Compile the package:</para>
 
diff --git a/BOOK/final-system/ppc64/hfsutils.xml b/BOOK/final-system/ppc64/hfsutils.xml
index 51b3bf4..e0f426d 100644
--- a/BOOK/final-system/ppc64/hfsutils.xml
+++ b/BOOK/final-system/ppc64/hfsutils.xml
@@ -33,7 +33,7 @@
     href="../ppc/hfsutils.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr</userinput></screen>
+<screen><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr --mandir=/usr/share/man</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../ppc/hfsutils.xml"

commit 5fe9680b44659428190fc961f482de8228fae963
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Mon Feb 3 18:49:48 2014 -0600

    Add changelog entries for all powerpc books regarding man page installation directory for HFSUtils.

diff --git a/BOOK/introduction/ppc/changelog.xml b/BOOK/introduction/ppc/changelog.xml
index ed4a200..1552bda 100644
--- a/BOOK/introduction/ppc/changelog.xml
+++ b/BOOK/introduction/ppc/changelog.xml
@@ -20,6 +20,15 @@
 <!-- Changelog template
 
     <listitem>
+      <para>03 February 2014</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Add --mandir=/usr/share/man to HFSUtils configure command.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>Date</para>
       <itemizedlist>
         <listitem>
diff --git a/BOOK/introduction/ppc64-64/changelog.xml b/BOOK/introduction/ppc64-64/changelog.xml
index 8b2299c..91c3f27 100644
--- a/BOOK/introduction/ppc64-64/changelog.xml
+++ b/BOOK/introduction/ppc64-64/changelog.xml
@@ -20,6 +20,15 @@
 <!-- Changelog template
 
     <listitem>
+      <para>03 February 2014</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Add --mandir=/usr/share/man to HFSUtils configure command.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+   <listitem>
       <para>Date</para>
       <itemizedlist>
         <listitem>
diff --git a/BOOK/introduction/ppc64/changelog.xml b/BOOK/introduction/ppc64/changelog.xml
index c5e4871..0310a86 100644
--- a/BOOK/introduction/ppc64/changelog.xml
+++ b/BOOK/introduction/ppc64/changelog.xml
@@ -32,6 +32,16 @@
     </listitem>
 
 -->
+
+    <listitem>
+      <para>03 February 2014</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Add --mandir=/usr/share/man to HFSUtils configure command.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>08 November 2013</para>
       <itemizedlist>

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

Summary of changes:
 BOOK/final-system/ppc/hfsutils.xml       |    2 +-
 BOOK/final-system/ppc64/hfsutils.xml     |    2 +-
 BOOK/introduction/ppc/changelog.xml      |    9 +++++++++
 BOOK/introduction/ppc64-64/changelog.xml |   12 +++++++++++-
 BOOK/introduction/ppc64/changelog.xml    |   10 ++++++++++
 5 files changed, 32 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list