[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-2.1.0-1123-gae9c901

git git at cross-lfs.org
Wed May 28 05:19:53 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, sysvinit has been updated
       via  ae9c901dc7333669fbefd4cd99bcf939a04fb97f (commit)
       via  3acfad00c79509315258f5057102dd3125dcfc83 (commit)
       via  b5bd8485e87b7c2722078c4adaecc495cc42ed43 (commit)
       via  696749bf91bcbabda3484929584fa71eae5bfc48 (commit)
      from  eb74fe95063501b21c07f53d20cef9b9936a1109 (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 ae9c901dc7333669fbefd4cd99bcf939a04fb97f
Author: Chris Staub <chris at beaker67.com>
Date:   Wed May 28 08:19:42 2014 -0400

    Comment out mention of udev rules docs for now - eudev does not install any by default

diff --git a/BOOK/system-config/common/eudev.xml b/BOOK/system-config/common/eudev.xml
index bcfe86e..e5dbd47 100644
--- a/BOOK/system-config/common/eudev.xml
+++ b/BOOK/system-config/common/eudev.xml
@@ -150,9 +150,9 @@
     <filename class="directory">/run</filename>, and finally
     <filename class="directory">/lib</filename>. Any device for which a rule
     cannot be found will just be ignored by <command>udevd</command>
-    and be left at the defaults defined by the kernel, as described above. For
+    and be left at the defaults defined by the kernel, as described above. <!-- For
     more details about writing Udev rules, see
-    <filename>/usr/share/doc/systemd-&systemd-version;/udev.html</filename>.</para>
+    <command>man 7 udev</command>. --></para>
 
   </sect2>
 

commit 3acfad00c79509315258f5057102dd3125dcfc83
Author: Chris Staub <chris at beaker67.com>
Date:   Wed May 28 08:15:30 2014 -0400

    Updated eudev installed dirs list

diff --git a/BOOK/final-system/common/eudev.xml b/BOOK/final-system/common/eudev.xml
index 1871d81..e0bac5d 100644
--- a/BOOK/final-system/common/eudev.xml
+++ b/BOOK/final-system/common/eudev.xml
@@ -71,7 +71,7 @@
         firmware.sh, fstab_import, path_id, scsi_id, udevadm, udevd, usb_id,
         v4l_id, write_cd_rules, write_net_rules</seg>
         <seg>libudev</seg>
-        <seg>/etc/udev, /lib/firmware, /lib/udev, /usr/share/doc/udev</seg>
+        <seg>/etc/udev, /lib/firmware, /lib/udev</seg>
       </seglistitem>
     </segmentedlist>
 

commit b5bd8485e87b7c2722078c4adaecc495cc42ed43
Author: Chris Staub <chris at beaker67.com>
Date:   Wed May 28 08:08:49 2014 -0400

    Added mandir and infodir to multilib bc

diff --git a/BOOK/final-system/multilib/bc.xml b/BOOK/final-system/multilib/bc.xml
index 12a14ed..5a3e990 100644
--- a/BOOK/final-system/multilib/bc.xml
+++ b/BOOK/final-system/multilib/bc.xml
@@ -25,7 +25,8 @@
     href="../common/bc.xml"
     xpointer="xpointer(//*[@os='a'])"/>
 
-<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr</userinput></screen>
+<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
+    --mandir=/usr/share/man --infodir=/usr/share/info</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/bc.xml"

commit 696749bf91bcbabda3484929584fa71eae5bfc48
Author: Chris Staub <chris at beaker67.com>
Date:   Wed May 28 08:06:01 2014 -0400

    Added docdir to multilib pkg-config-lite

diff --git a/BOOK/final-system/multilib/pkg-config-lite.xml b/BOOK/final-system/multilib/pkg-config-lite.xml
index fe8622c..4c5b331 100644
--- a/BOOK/final-system/multilib/pkg-config-lite.xml
+++ b/BOOK/final-system/multilib/pkg-config-lite.xml
@@ -26,7 +26,7 @@
     xpointer="xpointer(//*[@os='a'])"/>
 
 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr \
-    --with-pc-path=/usr/share/pkgconfig</userinput></screen>
+    --docdir=/usr/share/doc/pkg-config-&pkg-config-lite-version; --with-pc-path=/usr/share/pkgconfig</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     href="../common/pkg-config-lite.xml"

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

Summary of changes:
 BOOK/final-system/common/eudev.xml             |    2 +-
 BOOK/final-system/multilib/bc.xml              |    3 ++-
 BOOK/final-system/multilib/pkg-config-lite.xml |    2 +-
 BOOK/system-config/common/eudev.xml            |    4 ++--
 4 files changed, 6 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list