[oe-commits] [Bug 5472] New: a typo in recipes/busybox/files/mdev.conf

bugzilla-daemon at git.openembedded.org bugzilla-daemon at git.openembedded.org
Thu Sep 9 15:37:14 UTC 2010


http://bugs.openembedded.org/show_bug.cgi?id=5472

           Summary: a typo in recipes/busybox/files/mdev.conf
           Product: Openembedded
           Version: org.openembedded.dev
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Keywords: patch
          Severity: minor
          Priority: P3
         Component: unspecified
        AssignedTo: openembedded-commits at lists.openembedded.org
        ReportedBy: koreylu at gmail.com
                CC: koreylu at gmail.com


It must be a typo here. It makes sense to modify like this, because group 44 is
the video group.

diff --git a/recipes/busybox/files/mdev.conf b/recipes/busybox/files/mdev.conf
index 163ebfe..c765c93 100644
--- a/recipes/busybox/files/mdev.conf
+++ b/recipes/busybox/files/mdev.conf
@@ -1,6 +1,6 @@
 console 0:0 0600 
 cpu_dma_latency 0:0 0660 
-fb0:0 44 0660 
+fb0 0:44 0660 
 full 0:0 0666 
 initctl 0:0 0600 
 ircomm[0-9].* 0:20 0660 

IMHO, this is better:

diff --git a/recipes/busybox/files/mdev.conf b/recipes/busybox/files/mdev.conf
index 163ebfe..008d193 100644
--- a/recipes/busybox/files/mdev.conf
+++ b/recipes/busybox/files/mdev.conf
@@ -1,6 +1,6 @@
 console 0:0 0600 
 cpu_dma_latency 0:0 0660 
-fb0:0 44 0660 
+fb[0-9].* 0:44 0660 
 full 0:0 0666 
 initctl 0:0 0600 
 ircomm[0-9].* 0:20 0660 

That will make any framebuffer device file owned by the video group.

-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-commits mailing list