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

git git at cross-lfs.org
Sat Feb 4 15:20:00 PST 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  e926784be4e7ecbb1781175140c136d7aa2acd6a (commit)
      from  ff6796f8034930df1f468bee37b98b92dbe7dca4 (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 e926784be4e7ecbb1781175140c136d7aa2acd6a
Author: Jonathan Norman <jon at cosmo1847.co.uk>
Date:   Sat Feb 4 22:55:26 2012 +0000

    Fixed the coreutils permissions for the dummy user tests

diff --git a/BOOK/final-system/common/coreutils.xml b/BOOK/final-system/common/coreutils.xml
index 973f546..59cda8b 100644
--- a/BOOK/final-system/common/coreutils.xml
+++ b/BOOK/final-system/common/coreutils.xml
@@ -65,7 +65,7 @@ echo "dummy:x:1000:1000::/root:/bin/bash" >> /etc/passwd</userinput></scre
     <systemitem class="username">dummy</systemitem> user. Fix the permissions
     for a few files to allow this:</para>
 
-<screen os="m"><userinput>chown -Rv dummy config.log {gnulib-tests,lib,src}</userinput></screen>
+<screen os="m"><userinput>chown -Rv dummy config.log {gnulib-tests,lib,src,tests}</userinput></screen>
 
     <para os="n">Then run the remainder of the tests as the
     <systemitem class="username">dummy</systemitem> user:</para>
diff --git a/BOOK/general.ent b/BOOK/general.ent
index 03ee155..3ad5b8f 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 
 <!ENTITY month "01"> <!-- Use two digits -->
-<!ENTITY month_name "January">
-<!ENTITY day "30"> <!-- Use two digits -->
+<!ENTITY month_name "Febuary">
+<!ENTITY day "04"> <!-- Use two digits -->
 <!ENTITY year "2012"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 5769b61..5280337 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -37,6 +37,15 @@
 -->
 
   <listitem>
+    <para>Febuary 4, 2012</para>
+    <itemizedlist>
+      <listitem>
+        <para>[Jonathan] - Fixed permissions issue when running tests on Coreutils as the dummy user.</para>
+      </listitem>
+    </itemizedlist>
+  </listitem>
+
+  <listitem>
     <para>December 10, 2011</para>
     <itemizedlist>
       <listitem>

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

Summary of changes:
 BOOK/final-system/common/coreutils.xml |    2 +-
 BOOK/general.ent                       |    4 ++--
 BOOK/introduction/common/changelog.xml |    9 +++++++++
 3 files changed, 12 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list