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

git git at cross-lfs.org
Fri Sep 7 10:53:56 PDT 2012


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  ba7a62c179d1046a4a0477810ef8e9f6ebfd9062 (commit)
      from  6d8fc37b9085c0ebd7343398608529f506708d81 (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 ba7a62c179d1046a4a0477810ef8e9f6ebfd9062
Author: William Harrington <kb0iic at gmail.com>
Date:   Fri Sep 7 12:53:51 2012 -0500

    Okay ../run is needed as later on we touch utmp and then chmod it. We don't have access to /run, so keeping ../run.

diff --git a/BOOK/boot/64/createfiles.xml b/BOOK/boot/64/createfiles.xml
index 78d7068..bc74aaa 100644
--- a/BOOK/boot/64/createfiles.xml
+++ b/BOOK/boot/64/createfiles.xml
@@ -23,7 +23,7 @@ ln -sv /tools/sbin/{agetty,blkid} ${CLFS}/sbin
 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>
 
   <para os="b">To enable some c++ tests in the Glibc and Binutils testsuites
   to link, create a directory and make some symbolic links:</para>
diff --git a/BOOK/boot/common/createfiles.xml b/BOOK/boot/common/createfiles.xml
index f30c9e4..78174b2 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>
diff --git a/BOOK/boot/mips64/createfiles.xml b/BOOK/boot/mips64/createfiles.xml
index 9a8c539..f085273 100644
--- a/BOOK/boot/mips64/createfiles.xml
+++ b/BOOK/boot/mips64/createfiles.xml
@@ -24,6 +24,6 @@ ln -sv /tools/lib/libstd*so* ${CLFS}/usr/lib
 ln -sv /tools/lib32/libstd*so* ${CLFS}/usr/lib32
 ln -sv /tools/lib64/libstd*so* ${CLFS}/usr/lib64
 ln -sv bash ${CLFS}/bin/sh
-ln -sv /run ${CLFS}/var/run</userinput></screen>
+ln -sv ../run ${CLFS}/var/run</userinput></screen>
 
 </sect1>
diff --git a/BOOK/boot/multilib/createfiles.xml b/BOOK/boot/multilib/createfiles.xml
index b628ad3..a154af8 100644
--- a/BOOK/boot/multilib/createfiles.xml
+++ b/BOOK/boot/multilib/createfiles.xml
@@ -22,6 +22,6 @@ ln -sv /tools/lib64/libgcc_s.so{,.1} ${CLFS}/usr/lib64
 ln -sv /tools/lib/libstd*so* ${CLFS}/usr/lib
 ln -sv /tools/lib64/libstd*so* ${CLFS}/usr/lib64
 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/64/createfiles.xml       |    2 +-
 BOOK/boot/common/createfiles.xml   |    2 +-
 BOOK/boot/mips64/createfiles.xml   |    2 +-
 BOOK/boot/multilib/createfiles.xml |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list