aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-01-27 01:41:07 +0100
committerKay Sievers <kay.sievers@suse.de>2006-01-27 01:41:07 +0100
commitcef28db9db6e40271ce72ee42c1bb1a3eecbe25c (patch)
treeebebe41d2ea8f75e3fababffef1cefb5c378b99a /RELEASE-NOTES
parent2c02716281adaea9cf6f57caecaf51db8dbb0917 (diff)
downloadudev-cef28db9db6e40271ce72ee42c1bb1a3eecbe25c.tar.gz
083 release083
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES12
1 files changed, 6 insertions, 6 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 42048cce..cce8dc03 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -2,13 +2,13 @@ udev 083
========
Fix a bug where NAME="" would prevent RUN from beeing executed.
-RUN="/bin/program" does no longer automatically add the subsystem
+RUN="/bin/program" does not 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.
+which is dead now and it's just confusing to need to add a space at
+the end of the program name to prevent this.
+If you use rules that need the subsystem as the first parameter,
+like the old "udev_run_hotlugd" and "udev_run_devd", add the subsystem
+to the key like RUN+="/bin/program $env{SUBSYSTEM}".
udev 082
========