From: greg@kroah.com Date: Fri, 20 Feb 2004 02:00:38 +0000 (-0800) Subject: [PATCH] update udev.rules.gentoo with new config file format. X-Git-Tag: 018~2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=2b7289ae887af8ed6bbdf060f618a1cc560caffb [PATCH] update udev.rules.gentoo with new config file format. --- diff --git a/etc/udev/udev.rules.gentoo b/etc/udev/udev.rules.gentoo index 81c370e03..0f871ca7f 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"