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

git git at cross-lfs.org
Sat Sep 8 16:39:23 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  85e1f266ac3995457ee4383d3f1f61bb844f543d (commit)
      from  bf996fc077c60a8708b34b2071a5b05b27463f71 (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 85e1f266ac3995457ee4383d3f1f61bb844f543d
Author: William Harrington <kb0iic at gmail.com>
Date:   Sat Sep 8 18:39:19 2012 -0500

    Add passwd to the created symlinks in ch7, and remove the creation of passwd and login symlinks during Ch7 shadow.

diff --git a/BOOK/boot/64/createfiles.xml b/BOOK/boot/64/createfiles.xml
index bc74aaa..7d15620 100644
--- a/BOOK/boot/64/createfiles.xml
+++ b/BOOK/boot/64/createfiles.xml
@@ -17,7 +17,7 @@
   links which will be replaced by real files throughout the course of
   the next chapter after the software has been installed.</para>
 
-<screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,login,pwd,sleep,stty} ${CLFS}/bin
+<screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,login,passwd,pwd,sleep,stty} ${CLFS}/bin
 ln -sv /tools/bin/file ${CLFS}/usr/bin
 ln -sv /tools/sbin/{agetty,blkid} ${CLFS}/sbin
 ln -sv /tools/lib/libgcc_s.so{,.1} ${CLFS}/usr/lib
diff --git a/BOOK/boot/64/shadow.xml b/BOOK/boot/64/shadow.xml
index 3c6cea4..feb7276 100644
--- a/BOOK/boot/64/shadow.xml
+++ b/BOOK/boot/64/shadow.xml
@@ -63,10 +63,6 @@ find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;</userinput></scr
 
 <screen os="l"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
 
-    <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>
-
   </sect2>
 
   <sect2 role="content">
diff --git a/BOOK/boot/common/createfiles.xml b/BOOK/boot/common/createfiles.xml
index 78174b2..1490c67 100644
--- a/BOOK/boot/common/createfiles.xml
+++ b/BOOK/boot/common/createfiles.xml
@@ -15,7 +15,7 @@
   links which will be replaced by real files throughout the course of
   the next chapter after the software has been installed.</para>
 
-<screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,login,pwd,sleep,stty} ${CLFS}/bin
+<screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,login,passwd,pwd,sleep,stty} ${CLFS}/bin
 ln -sv /tools/sbin/{agetty,blkid} ${CLFS}/sbin
 ln -sv /tools/bin/file ${CLFS}/usr/bin
 ln -sv /tools/lib/libgcc_s.so{,.1} ${CLFS}/usr/lib
diff --git a/BOOK/boot/common/shadow.xml b/BOOK/boot/common/shadow.xml
index 8f94021..c4c5941 100644
--- a/BOOK/boot/common/shadow.xml
+++ b/BOOK/boot/common/shadow.xml
@@ -63,10 +63,6 @@ find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;</userinput></scr
 
 <screen os="l"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
 
-    <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>
-
   </sect2>
 
   <sect2 role="content">
diff --git a/BOOK/boot/mips64/createfiles.xml b/BOOK/boot/mips64/createfiles.xml
index f085273..63f9137 100644
--- a/BOOK/boot/mips64/createfiles.xml
+++ b/BOOK/boot/mips64/createfiles.xml
@@ -14,7 +14,7 @@
   href="../common/createfiles.xml"
   xpointer="xpointer(//*[@os='a'])"/>
 
-<screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,login,pwd,sleep,stty} ${CLFS}/bin
+<screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,login,passwd,pwd,sleep,stty} ${CLFS}/bin
 ln -sv /tools/bin/file ${CLFS}/usr/bin
 ln -sv /tools/sbin/{agetty,blkid} ${CLFS}/sbin
 ln -sv /tools/lib/libgcc_s.so{,.1} ${CLFS}/usr/lib
diff --git a/BOOK/boot/multilib/createfiles.xml b/BOOK/boot/multilib/createfiles.xml
index a154af8..c90c489 100644
--- a/BOOK/boot/multilib/createfiles.xml
+++ b/BOOK/boot/multilib/createfiles.xml
@@ -14,7 +14,7 @@
   href="../common/createfiles.xml"
   xpointer="xpointer(//*[@os='a'])"/>
 
-<screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,login,pwd,sleep,stty} ${CLFS}/bin
+<screen><userinput>ln -sv /tools/bin/{bash,cat,echo,grep,login,passwd,pwd,sleep,stty} ${CLFS}/bin
 ln -sv /tools/bin/file ${CLFS}/usr/bin
 ln -sv /tools/sbin/{agetty,blkid} ${CLFS}/sbin
 ln -sv /tools/lib/libgcc_s.so{,.1} ${CLFS}/usr/lib
diff --git a/BOOK/boot/multilib/shadow.xml b/BOOK/boot/multilib/shadow.xml
index 3c6cea4..feb7276 100644
--- a/BOOK/boot/multilib/shadow.xml
+++ b/BOOK/boot/multilib/shadow.xml
@@ -63,10 +63,6 @@ find man -name Makefile.in -exec sed -i 's/groups\.1 / /' {} \;</userinput></scr
 
 <screen os="l"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
 
-    <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>
-
   </sect2>
 
   <sect2 role="content">
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index e0f6eda..8f314c3 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -44,6 +44,12 @@
         <listitem>
           <para>[William Harrington] - Disable the build of static libraries when appropriate during cross-tools phase.</para>
         </listitem>
+        <listitem>
+          <para>[William Harrington] - Remove creation of passwd and login links during Ch7 Boot section shadow.</para>
+        </listitem>
+        <listitem>
+          <para>[William Harrington] - Add passwd to the string of created symlinks in Ch7 Boot section.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 

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

Summary of changes:
 BOOK/boot/64/createfiles.xml           |    2 +-
 BOOK/boot/64/shadow.xml                |    4 ----
 BOOK/boot/common/createfiles.xml       |    2 +-
 BOOK/boot/common/shadow.xml            |    4 ----
 BOOK/boot/mips64/createfiles.xml       |    2 +-
 BOOK/boot/multilib/createfiles.xml     |    2 +-
 BOOK/boot/multilib/shadow.xml          |    4 ----
 BOOK/introduction/common/changelog.xml |    6 ++++++
 8 files changed, 10 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list