[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.0.0-946-g60218d4

git git at cross-lfs.org
Sun Mar 2 07:36:53 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  60218d4fcb0ee1ff6cf8b4205bf11266d82d7d37 (commit)
       via  5342adebb573b5c3da5bfecc879a3e962930bb7d (commit)
      from  767a2a5217b0e9ebc672f22327f684d22458ed3e (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 60218d4fcb0ee1ff6cf8b4205bf11266d82d7d37
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sun Mar 2 09:36:48 2014 -0600

    Replace dummy with nobody as we are using nobody instead of dummy now.

diff --git a/BOOK/final-system/common/util-linux.xml b/BOOK/final-system/common/util-linux.xml
index eaf5817..79f641b 100644
--- a/BOOK/final-system/common/util-linux.xml
+++ b/BOOK/final-system/common/util-linux.xml
@@ -64,8 +64,8 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
 
     <para os="f">To test the results, issue:</para>
 
-<screen os="f2"><userinput remap="test">chown -Rv dummy . &&
-su dummy -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen>
+<screen os="f2"><userinput remap="test">chown -Rv nobody . &&
+su nobody -s /bin/bash -c "PATH=$PATH make -k check"</userinput></screen>
 
     <para os="g">Install the package:</para>
 

commit 5342adebb573b5c3da5bfecc879a3e962930bb7d
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sun Mar 2 09:35:56 2014 -0600

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index 0e0d2bb..adfdba6 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "03"> <!-- Use two digits -->
 <!ENTITY month_name "March">
-<!ENTITY day "01"> <!-- Use two digits -->
+<!ENTITY day "02"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/final-system/common/util-linux.xml |    4 ++--
 BOOK/general.ent                        |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list