aboutsummaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2009-03-05 00:35:58 +0100
committerKay Sievers <kay.sievers@vrfy.org>2009-03-05 00:35:58 +0100
commit45bcd16ca5e2c7917579c63f701683e47b3a4008 (patch)
tree394d06c888e912e51c1fede850289d3c9250e137 /rules
parent98d3d51715de205b8231984b57ffbf01af0fb470 (diff)
downloadudev-45bcd16ca5e2c7917579c63f701683e47b3a4008.tar.gz
udevd: switch watch symlinks to devpath
Some broken tools get confused following links to /sys, switch to link targets carrying the devpath instead of the syspath, like the queue links.
Diffstat (limited to 'rules')
-rw-r--r--rules/rules.d/50-udev-default.rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/rules.d/50-udev-default.rules b/rules/rules.d/50-udev-default.rules
index 95d82d72..38b954df 100644
--- a/rules/rules.d/50-udev-default.rules
+++ b/rules/rules.d/50-udev-default.rules
@@ -1,4 +1,5 @@
# do not edit this file, it will be overwritten on update
+# initramfs:default
SUBSYSTEM=="block", SYMLINK+="block/%M:%m"
SUBSYSTEM!="block", SYMLINK+="char/%M:%m"