aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-01-26 04:38:33 +0100
committerKay Sievers <kay.sievers@suse.de>2006-01-26 04:38:33 +0100
commit36af2ddcb92c51acad0f909bb5dfb090cea9c5ed (patch)
treee03c315d43e1c73fb9330a231c2ba5fd9f186d42 /RELEASE-NOTES
parentd2f605c8d61e4c5ef129f93510ab8b38e32cee97 (diff)
downloadudev-36af2ddcb92c51acad0f909bb5dfb090cea9c5ed.tar.gz
don't add $SUBSYSTEM automatically as $1 to programs
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES12
1 files changed, 12 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index d04dcd83..42048cce 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,3 +1,15 @@
+udev 083
+========
+Fix a bug where NAME="" would prevent RUN from beeing executed.
+
+RUN="/bin/program" does no longer automatically add the subsystem
+as the first parameter. This is from the days of /sbin/hotplug
+which is dead now and it's just confusing to need to add space at the
+end of the program name to prevent this. If you use rules that
+depend on this, like the old "udev_run_hotlugd" and "udev_run_devd",
+switch them to: RUN+="/bin/program $env{SUBSYSTEM}", otherwise
+they will no longer work as expected.
+
udev 082
========
The udev man page has moced to udev(7) as it doesnot describe a command