Bug 246583 - Missing seperator in 50-udev.rules
Summary: Missing seperator in 50-udev.rules
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: udev
Version: 6
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Harald Hoyer
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-07-03 08:38 UTC by Michael Loeblich
Modified: 2008-01-07 02:33 UTC (History)
0 users

Fixed In Version: udev-116-3.fc7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-01-07 02:33:23 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Michael Loeblich 2007-07-03 08:38:58 UTC
Checked on actual FC5 and FC6 patchlevels:
probably missing comma seperator in file /etc/udev/rules.d/50-udev.rules

--- 50-udev.rules_orig  2006-08-16 17:19:56.000000000 +0200
+++ 50-udev.rules       2007-07-03 10:36:56.000000000 +0200
@@ -4,7 +4,7 @@
 # default is OWNER="root" GROUP="root", MODE="0600"
 #
 
-KERNEL=="*", OWNER="root" GROUP="root", MODE="0600"
+KERNEL=="*", OWNER="root", GROUP="root", MODE="0600"
 
 # all block devices
 SUBSYSTEM=="block",            GROUP="disk", MODE="0640"

Comment 1 Till Maas 2008-01-07 02:33:23 UTC
This file does not exist anymore in Fedora 7, so I guess the bug is fixed.


Note You need to log in before you can comment on or make changes to this bug.