diff options
author | Kay Sievers <kay.sievers@suse.de> | 2005-12-17 16:20:51 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2005-12-17 16:20:51 +0100 |
commit | fb6e4c28248cdeed30a1d3eb42aba477f0429472 (patch) | |
tree | 7aa0023c85b989edb2face40b57523ec54aa1791 /RELEASE-NOTES | |
parent | d2e7c6bf67b1b0d1f5d12ac533131c73bc046454 (diff) |
add DEVLINKS to the event environment
Multiple symlinks are separated by a space character.
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 4006e510d7..19af28fb66 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,13 @@ +udev 078 +======== +Symlinks are now exported to the event environment. Hopefully it's no +longer needed to run udevinfo from an event process, like it was +mentioned on the hotplug list: + UDEV [1134776873.702967] add@/block/sdb + ... + DEVNAME=/dev/sdb + DEVLINKS=/dev/disk/by-id/usb-IBM_Memory_Key_0218B301030027E8 /dev/disk/by-path/usb-0218B301030027E8:0:0:0 + udev 077 ======== Fix a problem if udevsend is used as the hotplug handler and tries to use |