From 678e79c2588bfe5cd93425ffadd4147bee3c3bcf Mon Sep 17 00:00:00 2001 From: Zack Winkles Date: Thu, 20 May 2004 16:32:44 +0000 Subject: Moved group "usb" to GID 14 instead of 15 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3679 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 3 +++ chapter06/pwdgroup.xml | 2 +- chapter08/fstab.xml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5ca23becb..76cdce700 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -102,6 +102,9 @@ first a summary, then a detailed log. +May 20th, 2004 [winkie]: Moved group usb to GID +14, instead of 15. + May 20th, 2004 [winkie]: Dropped Hotplug's cosmetic patch in favor of the script from LFS-Bootscripts and some general textual/rendering cleanups. diff --git a/chapter06/pwdgroup.xml b/chapter06/pwdgroup.xml index 44827432c..e73b61049 100644 --- a/chapter06/pwdgroup.xml +++ b/chapter06/pwdgroup.xml @@ -47,7 +47,7 @@ dialout:x:10: audio:x:11: video:x:12: utmp:x:13: -usb:x:15: +usb:x:14: EOF The created groups aren't part of any standard -- they are some of the diff --git a/chapter08/fstab.xml b/chapter08/fstab.xml index 3c76ff2fa..812508335 100644 --- a/chapter08/fstab.xml +++ b/chapter08/fstab.xml @@ -25,7 +25,7 @@ proc /proc proc defaults 0 0 sysfs /sys sysfs defaults 0 0 devpts /dev/pts devpts gid=4,mode=620 0 0 shm /dev/shm tmpfs defaults 0 0 -usbfs /proc/bus/usb usbfs devgid=15,devmode=0660 0 0 +usbfs /proc/bus/usb usbfs devgid=14,devmode=0660 0 0 # End /etc/fstab EOF -- cgit v1.2.3-54-g00ecf