[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, systemd, updated. clfs-2.0.0-849-g961afdc

git git at cross-lfs.org
Sun Feb 2 19:10:29 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  961afdcdd3ecc07193358cf64250587438d58501 (commit)
       via  929e716f720b5ed45643074832aa7175b8abe323 (commit)
       via  5a5ac16d8f6c900ed90a98f0603393da670062bf (commit)
      from  713a871f06abc20fee64f49a51190cece5a66d4d (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 961afdcdd3ecc07193358cf64250587438d58501
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sun Feb 2 21:12:25 2014 -0600

    Fix </literal> closing tags.

diff --git a/BOOK/boot/common/pwdgroup.xml b/BOOK/boot/common/pwdgroup.xml
index 680e2c4..72bfcd4 100644
--- a/BOOK/boot/common/pwdgroup.xml
+++ b/BOOK/boot/common/pwdgroup.xml
@@ -132,7 +132,7 @@ video:x:&gid-video;:
 utmp:x:&gid-utmp;:
 usb:x:&gid-usb;:
 cdrom:x:&gid-cdrom;:
-messagebus:x:&gid-messagebus;:
+messagebus:x:&gid-messagebus;:</literal>
 EOF</userinput></screen>
 
   <variablelist os="d">
diff --git a/BOOK/chroot/common/pwdgroup.xml b/BOOK/chroot/common/pwdgroup.xml
index 76c780a..fe9a760 100644
--- a/BOOK/chroot/common/pwdgroup.xml
+++ b/BOOK/chroot/common/pwdgroup.xml
@@ -81,7 +81,7 @@ adm:x:&gid-adm;:
 messagebus:x:&gid-messagebus;:
 systemd-journal:x:&gid-systemd-journal;:
 mail:x:&gid-mail;:
-wheel:x:&gid-wheel;:</literal>
+wheel:x:&gid-wheel;:
 nogroup:x:&gid-nogroup;:</literal>
 EOF</userinput></screen>
 

commit 929e716f720b5ed45643074832aa7175b8abe323
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sun Feb 2 21:09:15 2014 -0600

    Add wheel group to chroot method for systemd install.

diff --git a/BOOK/chroot/common/pwdgroup.xml b/BOOK/chroot/common/pwdgroup.xml
index fa7e600..76c780a 100644
--- a/BOOK/chroot/common/pwdgroup.xml
+++ b/BOOK/chroot/common/pwdgroup.xml
@@ -81,6 +81,7 @@ adm:x:&gid-adm;:
 messagebus:x:&gid-messagebus;:
 systemd-journal:x:&gid-systemd-journal;:
 mail:x:&gid-mail;:
+wheel:x:&gid-wheel;:</literal>
 nogroup:x:&gid-nogroup;:</literal>
 EOF</userinput></screen>
 

commit 5a5ac16d8f6c900ed90a98f0603393da670062bf
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sun Feb 2 21:08:50 2014 -0600

    Don't put wheel in boot method till we get that section sorted.

diff --git a/BOOK/boot/common/pwdgroup.xml b/BOOK/boot/common/pwdgroup.xml
index 7ed81bb..680e2c4 100644
--- a/BOOK/boot/common/pwdgroup.xml
+++ b/BOOK/boot/common/pwdgroup.xml
@@ -133,7 +133,6 @@ utmp:x:&gid-utmp;:
 usb:x:&gid-usb;:
 cdrom:x:&gid-cdrom;:
 messagebus:x:&gid-messagebus;:
-wheel:x:&gid-wheel;:</literal>
 EOF</userinput></screen>
 
   <variablelist os="d">

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

Summary of changes:
 BOOK/boot/common/pwdgroup.xml   |    3 +--
 BOOK/chroot/common/pwdgroup.xml |    1 +
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list