Author: bryan
Date: 2006-10-09 17:02:53 -0600 (Mon, 09 Oct 2006)
New Revision: 7825

Modified:
   trunk/udev-config/25-lfs.rules
   trunk/udev-config/ChangeLog
   trunk/udev-config/doc/25-lfs.txt
Log:
Fix fb[0-9]* permissions problem, and fix a typo in the docs.


Modified: trunk/udev-config/25-lfs.rules
===================================================================
--- trunk/udev-config/25-lfs.rules      2006-10-08 08:02:14 UTC (rev 7824)
+++ trunk/udev-config/25-lfs.rules      2006-10-09 23:02:53 UTC (rev 7825)
@@ -97,7 +97,7 @@
 
 # Video devices
 
-KERNEL=="fb[0-9]*",     MODE="0620",    GROUP="video"
+KERNEL=="fb[0-9]*",     GROUP="video"
 KERNEL=="agpgart",      GROUP="video"
 KERNEL=="video[0-9]*",  GROUP="video"
 KERNEL=="radio[0-9]*",  GROUP="video"

Modified: trunk/udev-config/ChangeLog
===================================================================
--- trunk/udev-config/ChangeLog 2006-10-08 08:02:14 UTC (rev 7824)
+++ trunk/udev-config/ChangeLog 2006-10-09 23:02:53 UTC (rev 7825)
@@ -1,3 +1,10 @@
+2006-10-09     Bryan Kadzban   <[EMAIL PROTECTED]>
+       * 25-lfs.rules: Fix fb[0-9]* device permissions (should use the default
+         0660).
+
+       * doc/25-lfs.txt: Fix typo: /dev/ptmx is given mode 0666, not 0660.
+         Also tweak the comment about other TTY devices.
+
 2006-10-04     Bryan Kadzban   <[EMAIL PROTECTED]>
        * 05-udev-early.rules: Remove WAIT_FOR_SYSFS="bus" rule.  With kernel
          2.6.18, this rule is no longer required.

Modified: trunk/udev-config/doc/25-lfs.txt
===================================================================
--- trunk/udev-config/doc/25-lfs.txt    2006-10-08 08:02:14 UTC (rev 7824)
+++ trunk/udev-config/doc/25-lfs.txt    2006-10-09 23:02:53 UTC (rev 7825)
@@ -19,10 +19,10 @@
 
 KERNEL=="ptmx", MODE="0666"
 
-We also assign a different GID to /dev/ptmx (and all other TTY devices), by
+We also assign a different GID to /dev/ptmx (also all other TTY devices), by
 assigning to the GROUP value:
 
-KERNEL=="ptmx", MODE="0660", "GROUP="tty"
+KERNEL=="ptmx", MODE="0666", "GROUP="tty"
 
 
 There are also devices that should not be in /dev, because historically they

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to