[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, clfs-1.2, updated. 61dfcb46e2712797a55aa8ea16877ffafd4678c7

git git at cross-lfs.org
Mon Dec 5 13:45:53 PST 2011


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, clfs-1.2 has been updated
       via  61dfcb46e2712797a55aa8ea16877ffafd4678c7 (commit)
      from  3811b386a3725fb99225e7fe19e9a66eb3c07371 (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 61dfcb46e2712797a55aa8ea16877ffafd4678c7
Author: Chris Staub <chris at beaker67.com>
Date:   Mon Dec 5 16:44:59 2011 -0500

    Tweaked text about clfs user and package building assumptions

diff --git a/BOOK/cross-tools/common/introduction.xml b/BOOK/cross-tools/common/introduction.xml
index 97ee22a..026b1cd 100644
--- a/BOOK/cross-tools/common/introduction.xml
+++ b/BOOK/cross-tools/common/introduction.xml
@@ -21,10 +21,8 @@
 
     <important>
       <para>Before issuing the build instructions for a package, the package
-      should be unpacked as user <systemitem class="username">clfs</systemitem>,
-      and a <command>cd</command> into the created directory should be
-      performed. The build instructions assume that the <command>bash</command>
-      shell is in use.</para>
+      should be unpacked, and a <command>cd</command> into the created
+      directory should be performed.</para>
     </important>
 
     <para>Several of the packages are patched before compilation, but only
diff --git a/BOOK/final-preps/addinguser.xml b/BOOK/final-preps/addinguser.xml
index 423ff9f..721a0f8 100644
--- a/BOOK/final-preps/addinguser.xml
+++ b/BOOK/final-preps/addinguser.xml
@@ -33,6 +33,12 @@ chown -v clfs:clfs /home/clfs</userinput></screen>
       <listitem>
         <para>This makes <command>bash</command> the default shell for
         user <systemitem class="username">clfs</systemitem>.</para>
+
+        <important>
+          <para>The build instructions assume that the <command>bash</command>
+          shell is in use.</para>
+        </important>
+
       </listitem>
     </varlistentry>
 
@@ -87,4 +93,10 @@ chown -v clfs ${CLFS}/cross-tools</userinput></screen>
   in detail in <filename>bash(1)</filename> and <command>info
   bash</command>.</para>
 
+  <note>
+    <para>Until specified otherwise, all commands from this point on
+    should be done as the <systemitem class="username">clfs</systemitem>
+    user.</para>
+  </note>
+
 </sect1>

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

Summary of changes:
 BOOK/cross-tools/common/introduction.xml |    6 ++----
 BOOK/final-preps/addinguser.xml          |   12 ++++++++++++
 2 files changed, 14 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list