[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. bc5213f004e9c884f0484a1b2760d19671c0ba46

git git at cross-lfs.org
Sun Jan 27 14:03:16 PST 2013


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, master has been updated
       via  bc5213f004e9c884f0484a1b2760d19671c0ba46 (commit)
       via  e8065f14289e437cff735f9a7b33a9bdc4f4389a (commit)
      from  83a7779b3c9a0fbeb87c2f549f477c92d1950238 (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 bc5213f004e9c884f0484a1b2760d19671c0ba46
Author: William Harrington <kb0iic at gmail.com>
Date:   Sun Jan 27 16:02:18 2013 -0600

    Add /var/run fix entry.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 7fe943d..0ad8c5b 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -41,6 +41,10 @@
         <listitem>
           <para>[William Harrington] - Add new line to boot method  and bootable section fstab.</para>
         </listitem>
+        <listitem>
+          <para>[William Harrington] - Fix improper ../run -> /var/run link.</para>
+        </listitem>
+
       </itemizedlist>
     </listitem>
 

commit e8065f14289e437cff735f9a7b33a9bdc4f4389a
Author: William Harrington <kb0iic at gmail.com>
Date:   Sun Jan 27 16:02:00 2013 -0600

    Adjust /var/run link.

diff --git a/BOOK/boot/common/createfiles.xml b/BOOK/boot/common/createfiles.xml
index 1490c67..77ff872 100644
--- a/BOOK/boot/common/createfiles.xml
+++ b/BOOK/boot/common/createfiles.xml
@@ -21,6 +21,6 @@ ln -sv /tools/bin/file ${CLFS}/usr/bin
 ln -sv /tools/lib/libgcc_s.so{,.1} ${CLFS}/usr/lib
 ln -sv /tools/lib/libstd*so* ${CLFS}/usr/lib
 ln -sv bash ${CLFS}/bin/sh
-ln -sv ../run ${CLFS}/var/run</userinput></screen>
+ln -sv /run ${CLFS}/var/run</userinput></screen>
 
 </sect1>

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

Summary of changes:
 BOOK/boot/common/createfiles.xml       |    2 +-
 BOOK/introduction/common/changelog.xml |    4 ++++
 2 files changed, 5 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list