summaryrefslogtreecommitdiff
path: root/udev/udevadm.xml
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2008-09-09 15:14:38 +0200
committerKay Sievers <kay.sievers@vrfy.org>2008-09-09 15:14:38 +0200
commit3bc7c84cf07eae90aee2a0972a4441652e4d38f6 (patch)
treecc7bd4cf3fde2bd021e499e75cbbe8569781a6dd /udev/udevadm.xml
parentbd770e018301edd34c53d276872865ca13e824fa (diff)
udevd: remove max_childs_running logic
This was needed in the old days, where all the hotplug scripts did nothing better than sleep for seconds to work around timing issues. It made sure, that w continued to fork processes, while the machine was doing nothing than sleeping, but the maximim number of childs was already reached. This is no longer needed today, we do not run many of these scripts anymore.
Diffstat (limited to 'udev/udevadm.xml')
-rw-r--r--udev/udevadm.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/udev/udevadm.xml b/udev/udevadm.xml
index 075890845b..b86b33ac44 100644
--- a/udev/udevadm.xml
+++ b/udev/udevadm.xml
@@ -291,13 +291,6 @@
</listitem>
</varlistentry>
<varlistentry>
- <term><option>--max-childs-running=<replaceable>value</replaceable></option></term>
- <listitem>
- <para>Set the maximum number of events, which are allowed to run at the
- same time.</para>
- </listitem>
- </varlistentry>
- <varlistentry>
<term><option>--help</option></term>
<listitem>
<para>Print help text.</para>