[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.0.0-350-gb89349d

git git at cross-lfs.org
Sun Sep 8 10:52:47 PDT 2013


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  b89349d3638f1a020fc930fbc0f16c9d2009eb9c (commit)
       via  c26be8536b67e43882220301e66f240051f9069c (commit)
       via  b38c71700c2820b4c8a3228068495e4461fdba44 (commit)
       via  a39463995ba97fb01f7385f92fd19f4690d709a0 (commit)
      from  ddd9fa58808b9d6518acf95aee398ba5089fb42a (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 b89349d3638f1a020fc930fbc0f16c9d2009eb9c
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sun Sep 8 12:47:40 2013 -0500

    Add tty gid change entry to master changelog.

diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index 46e8f91..3af6605 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -36,6 +36,15 @@
     </listitem>
 -->
     <listitem>
+      <para>08 September 2013</para>
+      <itemizedlist>
+        <listitem>
+          <para>[William Harrington] - Change GID of tty to 5 and tape to 4.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>03 September 2013</para>
       <itemizedlist>
         <listitem>

commit c26be8536b67e43882220301e66f240051f9069c
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sun Sep 8 12:47:24 2013 -0500

    Add gid-tty entity for devpts gid.

diff --git a/BOOK/boot/sparc/fstab.xml b/BOOK/boot/sparc/fstab.xml
index c344526..62012b6 100644
--- a/BOOK/boot/sparc/fstab.xml
+++ b/BOOK/boot/sparc/fstab.xml
@@ -28,7 +28,7 @@
 /dev/<replaceable>[yyy]</replaceable>        swap         swap        pri=1            0     0
 proc           /proc           proc        defaults         0     0
 sysfs          /sys            sysfs       defaults         0     0
-devpts         /dev/pts        devpts      gid=4,mode=620   0     0
+devpts         /dev/pts        devpts      gid=&gid-tty;,mode=620   0     0
 shm            /dev/shm        tmpfs       defaults         0     0
 tmpfs          /run            tmpfs       defaults         0     0
 devtmpfs       /dev            devtmpfs    mode=0755,nosuid 0     0
diff --git a/BOOK/bootable/alpha/fstab.xml b/BOOK/bootable/alpha/fstab.xml
index c45d354..8061a36 100644
--- a/BOOK/bootable/alpha/fstab.xml
+++ b/BOOK/bootable/alpha/fstab.xml
@@ -28,7 +28,7 @@
 /dev/<replaceable>[yyy]</replaceable>     swap         swap   pri=1            0     0
 proc           /proc        proc   defaults         0     0
 sysfs          /sys         sysfs  defaults         0     0
-devpts         /dev/pts     devpts gid=10,mode=620  0     0
+devpts         /dev/pts     devpts gid=&gid-tty;,mode=620  0     0
 shm            /dev/shm     tmpfs  defaults         0     0
 tmpfs          /run            tmpfs       defaults         0     0
 devtmpfs       /dev            devtmpfs    mode=0755,nosuid 0     0
diff --git a/BOOK/bootable/sparc/fstab.xml b/BOOK/bootable/sparc/fstab.xml
index ea47f46..3f1862a 100644
--- a/BOOK/bootable/sparc/fstab.xml
+++ b/BOOK/bootable/sparc/fstab.xml
@@ -28,7 +28,7 @@
 /dev/<replaceable>[yyy]</replaceable>     swap            swap        pri=1            0     0
 proc           /proc           proc        defaults         0     0
 sysfs          /sys            sysfs       defaults         0     0
-devpts         /dev/pts        devpts      gid=10,mode=620  0     0
+devpts         /dev/pts        devpts      gid=&gid-tty;,mode=620  0     0
 shm            /dev/shm        tmpfs       defaults         0     0
 tmpfs          /run            tmpfs       defaults         0     0
 devtmpfs       /dev            devtmpfs    mode=0755,nosuid 0     0

commit b38c71700c2820b4c8a3228068495e4461fdba44
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sun Sep 8 12:46:48 2013 -0500

    Swap tape and tty gid's.

diff --git a/BOOK/users_groups.ent b/BOOK/users_groups.ent
index cbb2873..e6d5c56 100644
--- a/BOOK/users_groups.ent
+++ b/BOOK/users_groups.ent
@@ -19,8 +19,8 @@
 <!ENTITY gid-bin "1">
 <!ENTITY gid-sys "2">
 <!ENTITY gid-kmem "3">
-<!ENTITY gid-tty "4">
-<!ENTITY gid-tape "5">
+<!ENTITY gid-tape "4">
+<!ENTITY gid-tty "5">
 <!ENTITY gid-daemon "6">
 <!ENTITY gid-floppy "7">
 <!ENTITY gid-disk "8">

commit a39463995ba97fb01f7385f92fd19f4690d709a0
Author: William Harrington <kb0iic at berzerkula.org>
Date:   Sun Sep 8 12:46:41 2013 -0500

    Update date.

diff --git a/BOOK/general.ent b/BOOK/general.ent
index b94bbbc..4193439 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 "03"> <!-- Use two digits -->
+<!ENTITY day "08"> <!-- Use two digits -->
 <!ENTITY year "2013"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

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

Summary of changes:
 BOOK/boot/sparc/fstab.xml              |    2 +-
 BOOK/bootable/alpha/fstab.xml          |    2 +-
 BOOK/bootable/sparc/fstab.xml          |    2 +-
 BOOK/general.ent                       |    2 +-
 BOOK/introduction/common/changelog.xml |    9 +++++++++
 BOOK/users_groups.ent                  |    4 ++--
 6 files changed, 15 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list