diff options
author | Harald Hoyer <harald@redhat.com> | 2007-04-26 22:52:20 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2007-04-26 22:52:20 +0200 |
commit | 1343a9524f9d2145dfbf2ba479eb859faf6a1e95 (patch) | |
tree | b5160986162c72a36167469f2add6483e6251533 /udevd.xml | |
parent | 01ad1ef5f367f1e3e777d03f08b78a1fc37a8f05 (diff) |
udevcontrol: allow to set global variables in udevd
The initial patch is from Harald, possible new bugs are from me.
Diffstat (limited to 'udevd.xml')
-rw-r--r-- | udevd.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -105,6 +105,12 @@ </listitem> </varlistentry> <varlistentry> + <term><option>env <replaceable>var</replaceable>=<replaceable>value</replaceable></option></term> + <listitem> + <para>Set global variable.</para> + </listitem> + </varlistentry> + <varlistentry> <term><option>max_childs</option></term> <listitem> <para>Set the maximum number of events, udevd will handle at the |