diff options
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/udev/files/udev-116-gentoo-rules-update.diff | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/udev/files/udev-116-gentoo-rules-update.diff b/sys-fs/udev/files/udev-116-gentoo-rules-update.diff index 445a8ddbe5a6..151f8c15945b 100644 --- a/sys-fs/udev/files/udev-116-gentoo-rules-update.diff +++ b/sys-fs/udev/files/udev-116-gentoo-rules-update.diff @@ -29,7 +29,7 @@ Index: udev-git/etc/udev/gentoo/40-gentoo.rules + +# old devfs path, removing this could break systems +# Bug 195839 -+KERNEL=="md[0-9]*", NAME="md/%n", SYMLINK+="%k" -+KERNEL=="loop[0-9]*", NAME="loop/%n", SYMLINK+="%k" -+KERNEL=="ram[0-9]*", NAME="rd/%n", SYMLINK+="%k" ++KERNEL=="md[0-9]*", SYMLINK+="md/%n" ++KERNEL=="loop[0-9]*", SYMLINK+="loop/%n" ++KERNEL=="ram[0-9]*", SYMLINK+="rd/%n" + |