diff options
author | Kay Sievers <kay.sievers@suse.de> | 2005-11-16 04:14:15 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2005-11-16 04:14:15 +0100 |
commit | fc55cf68ca0c0db5172a9de7e827c6c3f7c2a308 (patch) | |
tree | 8145a2bba92b1806c217ce644acf2cba64879679 /docs | |
parent | 7a7702509259f811d4f8321e64e28dc72037c88b (diff) |
remove "udev_db" option from config file
All udev state is kept in /$udev_root/.udev/ now. No option to
configure that anymore, it will always be there.
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/udev.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/udev.xml b/docs/udev.xml index c98054f8ce..3db66f8001 100644 --- a/docs/udev.xml +++ b/docs/udev.xml @@ -72,14 +72,6 @@ </varlistentry> <varlistentry> - <term><option>udev_db</option></term> - <listitem> - <para>The name and location of the udev database. The default value is - <filename>/dev/.udevdb</filename>.</para> - </listitem> - </varlistentry> - - <varlistentry> <term><option>udev_rules</option></term> <listitem> <para>The name of the udev rules file or directory to look for files |