From: greg@kroah.com Date: Thu, 13 Jan 2005 01:46:50 +0000 (-0800) Subject: [PATCH] clean up the aoe char device rules, and delete the block one as it's not... X-Git-Tag: 051~7 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=83e1f809c93c5d3770504e13ed06041af8252d20 [PATCH] clean up the aoe char device rules, and delete the block one as it's not needed. --- diff --git a/etc/udev/gentoo/udev.rules b/etc/udev/gentoo/udev.rules index 3c09d072d..6f71321fb 100644 --- a/etc/udev/gentoo/udev.rules +++ b/etc/udev/gentoo/udev.rules @@ -78,13 +78,9 @@ KERNEL="loop[0-9]*", NAME="loop/%n", SYMLINK="%k", GROUP="disk" KERNEL="md[0-9]*", NAME="md/%n", SYMLINK="%k", GROUP="disk" # aoe char devices, -# we might have to add a "CLASS" type one of these days to make this a bit saner -KERNEL="discover", NAME="etherd/%k", GROUP="disk", MODE="0220" -KERNEL="err", NAME="etherd/%k", GROUP="disk", MODE="0440" -KERNEL="interfaces", NAME="etherd/%k", GROUP="disk", MODE="0220" - -# aoe block devices -KERNEL="etherd*", NAME="%k", GROUP="disk" +SUBSYSTEM="aoe", KERNEL="discover", NAME="etherd/%k", GROUP="disk", MODE="0220" +SUBSYSTEM="aoe", KERNEL="err", NAME="etherd/%k", GROUP="disk", MODE="0440" +SUBSYSTEM="aoe", KERNEL="interfaces", NAME="etherd/%k", GROUP="disk", MODE="0220" # misc devices KERNEL="agpgart", NAME="misc/%k", SYMLINK="%k"