[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.0.0-947-g3d99dc7

git git at cross-lfs.org
Sun Mar 2 07:40:45 PST 2014


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, systemd has been updated
       via  3d99dc7c56a877ba7b8827bb8a453665d64f07a7 (commit)
      from  60218d4fcb0ee1ff6cf8b4205bf11266d82d7d37 (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 3d99dc7c56a877ba7b8827bb8a453665d64f07a7
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sun Mar 2 09:40:40 2014 -0600

    Use nobody user rather than dummy, as we use nobody user now.

diff --git a/BOOK/final-system/common/coreutils.xml b/BOOK/final-system/common/coreutils.xml
index debcdf1..434e67d 100644
--- a/BOOK/final-system/common/coreutils.xml
+++ b/BOOK/final-system/common/coreutils.xml
@@ -66,25 +66,20 @@
     the tests that are meant to be run as user
     <systemitem class="username">root</systemitem>:</para>
 
-<screen os="i"><userinput remap="test">make NON_ROOT_USERNAME=dummy check-root</userinput></screen>
+<screen os="i"><userinput remap="test">make NON_ROOT_USERNAME=nobody check-root</userinput></screen>
 
     <para os="j">The testsuite will now be run as the
-    <systemitem class="username">dummy</systemitem> user. Fix the permissions
+    <systemitem class="username">nobody</systemitem> user. Fix the permissions
     for a few files to allow this:</para>
 
-<screen os="k"><userinput remap="test">chown -Rv dummy .</userinput></screen>
+<screen os="k"><userinput remap="test">chown -Rv nobody .</userinput></screen>
 
     <para os="l">Then run the remainder of the tests as the
-    <systemitem class="username">dummy</systemitem> user:</para>
+    <systemitem class="username">nobody</systemitem> user:</para>
 
-<screen os="m"><userinput remap="test">su dummy -s /bin/bash \
+<screen os="m"><userinput remap="test">su nobody -s /bin/bash \
     -c "PATH=$PATH make RUN_EXPENSIVE_TESTS=yes -k check || true"</userinput></screen>
 
-    <para os="n">When testing is complete, remove the
-    <systemitem class="username">dummy</systemitem> user and groups:</para>
-
-<screen os="o"><userinput remap="test">sed -i '/dummy/d' /etc/passwd /etc/group</userinput></screen>
-
     <para os="p">Install the package:</para>
 
 <screen os="q"><userinput>make install</userinput></screen>

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

Summary of changes:
 BOOK/final-system/common/coreutils.xml |   15 +++++----------
 1 files changed, 5 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list