summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-02-19 18:00:38 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:32:29 -0700
commit2b7289ae887af8ed6bbdf060f618a1cc560caffb (patch)
tree1c44f5b107a6c5e26ac7346c680785c85f911c51 /etc
parente59d338c9685985fa9aed890cbb8bf3bb17160ee (diff)
[PATCH] update udev.rules.gentoo with new config file format.
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 81c370e03e..0f871ca7ff 100644
--- a/etc/udev/udev.rules.gentoo
+++ b/etc/udev/udev.rules.gentoo
@@ -48,7 +48,7 @@
# 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="%1c %2c"
+BUS="ide", KERNEL="hd*", PROGRAM="/etc/udev/scripts/ide-devfs.sh %k %b %n", NAME="%k", SYMLINK="%c{1} %c{2}"
# alsa devices
KERNEL="controlC[0-9]*", NAME="snd/%k"