[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-3.0.0-rc1-sysvinit-78-g3001826

git git at cross-lfs.org
Fri Sep 26 17:33:52 PDT 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, sysvinit has been updated
       via  30018261dcb9f96ad9a63e5f97cf1c84b3fda2de (commit)
       via  e80bace84329639785a48b505cb458317601f9cf (commit)
      from  5898fbf90635fe8520718a8b11bece59ab5313f7 (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 30018261dcb9f96ad9a63e5f97cf1c84b3fda2de
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Wed Sep 24 03:19:17 2014 -0500

    Update date for September 26, 2014 updates.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index e393120..2151701 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "09"> <!-- Use two digits -->
 <!ENTITY month_name "September">
-<!ENTITY day "04"> <!-- Use two digits -->
+<!ENTITY day "26"> <!-- Use two digits -->
 <!ENTITY year "2014"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

commit e80bace84329639785a48b505cb458317601f9cf
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Wed Sep 24 03:18:21 2014 -0500

    Add umount commands for sys and run mounts.

diff --git a/BOOK/the-end/reboot.xml b/BOOK/the-end/reboot.xml
index 37718cf..93fa03e 100644
--- a/BOOK/the-end/reboot.xml
+++ b/BOOK/the-end/reboot.xml
@@ -48,7 +48,8 @@ fi
 
 umount ${CLFS}/dev
 umount ${CLFS}/proc
-umount ${CLFS}/sys</userinput></screen>
+umount ${CLFS}/sys
+umount ${CLFS}/run</userinput></screen>
 
   <para>Unmount the CLFS file system itself:</para>
 

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

Summary of changes:
 BOOK/general.ent        |    2 +-
 BOOK/the-end/reboot.xml |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list