diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2007-10-21 20:45:22 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2007-10-21 20:45:22 +0000 |
commit | 5f795d8cb66e90e07a65a55207e22d75ce3b6996 (patch) | |
tree | b0a921175130f6b2ba4494353a3a63cc765a78bb /sys-fs | |
parent | x86 stable, bug #175169 and quotes (diff) | |
download | gentoo-2-5f795d8cb66e90e07a65a55207e22d75ce3b6996.tar.gz gentoo-2-5f795d8cb66e90e07a65a55207e22d75ce3b6996.tar.bz2 gentoo-2-5f795d8cb66e90e07a65a55207e22d75ce3b6996.zip |
Swap name/symlink for old devfs links.
(Portage version: 2.1.3.15)
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" + |