From 864fde8a087c0edbc0ee3aca83f9289fc32cfcee Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Wed, 23 Mar 2011 23:56:15 +0100 Subject: [PATCH] man: remove trigger --type=failed handling --- TODO | 2 +- udev/udev.xml | 5 +---- udev/udevadm.xml | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/TODO b/TODO index f40c8cfdd..964ffe9cb 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,5 @@ - bind control socket in systemd - - kill --failed + - remove deprecated trigger --type=failed logic - remove deprecated BUS=, SYSFS{}=, ID= keys diff --git a/udev/udev.xml b/udev/udev.xml index deb342969..ae9179826 100644 --- a/udev/udev.xml +++ b/udev/udev.xml @@ -383,10 +383,7 @@ device. This can only be used for very short running tasks. Running an event process for a long period of time may block all further events for this or a dependent device. Long running tasks need to be immediately - detached from the event process itself. If the option - is - specified, and the executed program returns non-zero, the event will be - marked as failed for a possible later handling. + detached from the event process itself. If no absolute path is given, the program is expected to live in /lib/udev, otherwise the absolute path must be specified. Program name and arguments are separated by spaces. Single quotes diff --git a/udev/udevadm.xml b/udev/udevadm.xml index be8f886fc..7a682a68e 100644 --- a/udev/udevadm.xml +++ b/udev/udevadm.xml @@ -183,7 +183,7 @@ Trigger a specific type of devices. Valid types are: - devices, subsystems, failed. + devices, subsystems. The default value is devices. -- 2.30.2