diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-10-28 11:45:32 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-10-28 11:45:32 +0100 |
commit | bfbf65aad06550afcc5b886c1d3acf4c561edb2b (patch) | |
tree | 691c1b8c3441e3b4a41beb3f0749128cac4aef88 /udev/udev.xml | |
parent | 6834a4429997480b3959c04ac9a74de7f29b3056 (diff) |
remove "last_rule" option
Its use breaks too many things which expect to be run from independent
later rules, and is an idication that something needs to be fixed
properly instead.
Diffstat (limited to 'udev/udev.xml')
-rw-r--r-- | udev/udev.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/udev/udev.xml b/udev/udev.xml index c34a106d20..41941c820f 100644 --- a/udev/udev.xml +++ b/udev/udev.xml @@ -420,13 +420,6 @@ <para>Rule and device options:</para> <variablelist> <varlistentry> - <term><option>last_rule</option></term> - <listitem> - <para>Stops further rules application. No later rules will have - any effect.</para> - </listitem> - </varlistentry> - <varlistentry> <term><option>ignore_device</option></term> <listitem> <para>Ignore this event completely.</para> |