chiark / gitweb /
man: remove trigger --type=failed handling
authorKay Sievers <kay.sievers@vrfy.org>
Wed, 23 Mar 2011 22:56:15 +0000 (23:56 +0100)
committerKay Sievers <kay.sievers@vrfy.org>
Wed, 23 Mar 2011 22:56:15 +0000 (23:56 +0100)
TODO
udev/udev.xml
udev/udevadm.xml

diff --git a/TODO b/TODO
index f40c8cfddd637b7ef0a8c17a8b4f97f70b7bf244..964ffe9cbbcd3f04f2f7f3e0db4b9b68a2619831 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,5 +1,5 @@
   - bind control socket in systemd
 
   - bind control socket in systemd
 
-  - kill --failed
+  - remove deprecated trigger --type=failed logic
 
   - remove deprecated BUS=, SYSFS{}=, ID= keys
 
   - remove deprecated BUS=, SYSFS{}=, ID= keys
index deb3429698312eeb71a6b584a22b06bf4b05b39a..ae9179826a390d253c430d9689889e1c491e60be 100644 (file)
             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
             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
-            <option>RUN{<replaceable>fail_event_on_error</replaceable>}</option> is
-            specified, and the executed program returns non-zero, the event will be
-            marked as failed for a possible later handling.</para>
+            detached from the event process itself.</para>
             <para>If no absolute path is given, the program is expected to live in
             <filename>/lib/udev</filename>, otherwise the absolute path must be
             specified. Program name and arguments are separated by spaces. Single quotes
             <para>If no absolute path is given, the program is expected to live in
             <filename>/lib/udev</filename>, otherwise the absolute path must be
             specified. Program name and arguments are separated by spaces. Single quotes
index be8f886fc818454817785e4cbfcbca01d9d7bfa8..7a682a68efe56c9195a428aa15dfde41a5e349f4 100644 (file)
           <term><option>--type=<replaceable>type</replaceable></option></term>
           <listitem>
             <para>Trigger a specific type of devices. Valid types are:
           <term><option>--type=<replaceable>type</replaceable></option></term>
           <listitem>
             <para>Trigger a specific type of devices. Valid types are:
-            <command>devices</command>, <command>subsystems</command>, <command>failed</command>.
+            <command>devices</command>, <command>subsystems</command>.
             The default value is <command>devices</command>.</para>
           </listitem>
         </varlistentry>
             The default value is <command>devices</command>.</para>
           </listitem>
         </varlistentry>