]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- dropped dev.d support auto/ac/udev-068-2 auto/ac/udev-068-3
authorfreetz <freetz@pld-linux.org>
Mon, 5 Sep 2005 11:43:48 +0000 (11:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    udev.rules -> 1.14

udev.rules

index b4fbfd2acbfb1e5fd568a818d6b3edecb91e2b45..099810e7f4b146032876864d9de8663d8396491e 100644 (file)
@@ -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"
@@ -296,8 +295,5 @@ SUBSYSTEM="usb_device", PROGRAM="/bin/sh -c 'X=%k X=$${X#usbdev} B=$${X%%%%.*} D
 # 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"
This page took 0.882549 seconds and 4 git commands to generate.