summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorsschweizer@gmail.com <sschweizer@gmail.com>2004-12-02 22:23:21 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 22:43:36 -0700
commit8a0dc204e902a47a5b251c6d4a29eddb8f4a634a (patch)
tree4739ec025f514009fa3cac23c16f273e0958bc39 /etc
parentad89f2be3b045f37b7e17de10f5ad46dbb09664f (diff)
[PATCH] Allow GROUP to have modifiers in it
Diffstat (limited to 'etc')
-rw-r--r--etc/udev/udev.rules.gentoo2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/udev/udev.rules.gentoo b/etc/udev/udev.rules.gentoo
index 1809232ed0..997acb8a34 100644
--- a/etc/udev/udev.rules.gentoo
+++ b/etc/udev/udev.rules.gentoo
@@ -19,7 +19,7 @@ BUS="scsi", KERNEL="scd[a-z]", PROGRAM="/etc/udev/scripts/cdsymlinks.sh %k", SYM
# devfs-names for ide-devices (uncomment only one)
# /dev/ide/.../{disc,cd} and /dev/{cdroms,discs}/* type names
-BUS="ide", KERNEL="hd*", PROGRAM="/etc/udev/scripts/ide-devfs.sh %k %b %n", NAME="%k", SYMLINK="%c{1} %c{2}"
+BUS="ide", KERNEL="hd*", PROGRAM="/etc/udev/scripts/ide-devfs.sh %k %b %n", NAME="%k", SYMLINK="%c{1} %c{2}", GROUP="%c{3}"
# dri devices
KERNEL="card*", NAME="dri/card%n"