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

git git at cross-lfs.org
Thu Sep 6 20:05:50 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  f856ab0a2e818e1b5e44efbabe1a6481f17930e2 (commit)
      from  c140ee21305fafd4d0e975f248185a46be257997 (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 f856ab0a2e818e1b5e44efbabe1a6481f17930e2
Author: William Harrington <kb0iic at gmail.com>
Date:   Thu Sep 6 22:05:45 2012 -0500

    change boot section shadow link for group and passwd. Remove unnecessary ../

diff --git a/BOOK/boot/64/shadow.xml b/BOOK/boot/64/shadow.xml
index a7528bc..3c6cea4 100644
--- a/BOOK/boot/64/shadow.xml
+++ b/BOOK/boot/64/shadow.xml
@@ -65,7 +65,7 @@ find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;</userinput></scr
 
     <para os="u">Link <command>login</command> and <command>passwd</command> to /bin:</para>
 
-<screen os="v"><userinput>ln -sv ../tools/bin/{login,passwd} ${CLFS}/bin</userinput></screen>
+<screen os="v"><userinput>ln -sv /tools/bin/{login,passwd} ${CLFS}/bin</userinput></screen>
 
   </sect2>
 
diff --git a/BOOK/boot/common/shadow.xml b/BOOK/boot/common/shadow.xml
index c6d944b..8f94021 100644
--- a/BOOK/boot/common/shadow.xml
+++ b/BOOK/boot/common/shadow.xml
@@ -65,7 +65,7 @@ find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;</userinput></scr
 
     <para os="u">Link <command>login</command> and <command>passwd</command> to /bin:</para>
 
-<screen os="v"><userinput>ln -sv ../tools/bin/{login,passwd} ${CLFS}/bin</userinput></screen>
+<screen os="v"><userinput>ln -sv /tools/bin/{login,passwd} ${CLFS}/bin</userinput></screen>
 
   </sect2>
 
diff --git a/BOOK/boot/multilib/shadow.xml b/BOOK/boot/multilib/shadow.xml
index a7528bc..3c6cea4 100644
--- a/BOOK/boot/multilib/shadow.xml
+++ b/BOOK/boot/multilib/shadow.xml
@@ -65,7 +65,7 @@ find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;</userinput></scr
 
     <para os="u">Link <command>login</command> and <command>passwd</command> to /bin:</para>
 
-<screen os="v"><userinput>ln -sv ../tools/bin/{login,passwd} ${CLFS}/bin</userinput></screen>
+<screen os="v"><userinput>ln -sv /tools/bin/{login,passwd} ${CLFS}/bin</userinput></screen>
 
   </sect2>
 

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

Summary of changes:
 BOOK/boot/64/shadow.xml       |    2 +-
 BOOK/boot/common/shadow.xml   |    2 +-
 BOOK/boot/multilib/shadow.xml |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list