SOURCES: udev.rules - dropped dev.d support
freetz
freetz at pld-linux.org
Mon Sep 5 13:43:53 CEST 2005
Author: freetz Date: Mon Sep 5 11:43:53 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- dropped dev.d support
---- Files affected:
SOURCES:
udev.rules (1.13 -> 1.14)
---- Diffs:
================================================================
Index: SOURCES/udev.rules
diff -u SOURCES/udev.rules:1.13 SOURCES/udev.rules:1.14
--- SOURCES/udev.rules:1.13 Sun Sep 4 18:58:05 2005
+++ SOURCES/udev.rules Mon Sep 5 13:43:48 2005
@@ -8,7 +8,6 @@
# file that can be run before this one.
#
-
# console
KERNEL=="pty[pqrstuvwxyzabcdef][0123456789abcdef]", NAME="%k", GROUP="tty", OPTIONS="last_rule"
KERNEL=="tty[pqrstuvwxyzabcdef][0123456789abcdef]", NAME="%k", GROUP="tty", OPTIONS="last_rule"
@@ -295,9 +294,6 @@
# be backward compatible for a while with the /etc/dev.d and /etc/hotplug.d/ systems
# run /etc/hotplug.d/ stuff only if we came from a hotplug event, not for udevstart
ENV{UDEVD_EVENT}=="1", RUN+="/sbin/udev_run_hotplugd"
-
-# always run /etc/dev.d/ stuff for now.
-RUN+="/sbin/udev_run_devd"
# debugging monitor
RUN+="socket:/org/kernel/udev/monitor"
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/udev.rules?r1=1.13&r2=1.14&f=u
More information about the pld-cvs-commit
mailing list