[systemd-commits] 2 commits - man/udev.xml README
Michael Biebl
mbiebl at kemper.freedesktop.org
Mon Jul 22 20:05:11 PDT 2013
README | 2 +-
man/udev.xml | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
New commits:
commit 0778c3db87383ffcbe0fd303019c8b7e96b75394
Author: Michael Biebl <biebl at debian.org>
Date: Tue Jul 23 05:03:17 2013 +0200
man: Fix copy&paste error
diff --git a/man/udev.xml b/man/udev.xml
index 0220725..f107482 100644
--- a/man/udev.xml
+++ b/man/udev.xml
@@ -704,15 +704,15 @@
system hwdb directory <filename>/usr/lib/udev/hwdb.d</filename>,
the volatile runtime directory <filename>/run/udev/hwdb.d</filename>
and the local administration directory <filename>/etc/udev/hwdb.d</filename>.
- All rules files are collectively sorted and processed in lexical order,
+ All hwdb files are collectively sorted and processed in lexical order,
regardless of the directories in which they live. However, files with
identical filenames replace each other. Files in <filename>/etc</filename>
have the highest priority, files in <filename>/run</filename> take precedence
over files with the same name in <filename>/lib</filename>. This can be
used to override a system-supplied hwdb file with a local file if needed;
- a symlink in <filename>/etc</filename> with the same name as a rules file in
+ a symlink in <filename>/etc</filename> with the same name as a hwdb file in
<filename>/lib</filename>, pointing to <filename>/dev/null</filename>,
- disables the rules file entirely. hwdb files must have the extension
+ disables the hwdb file entirely. hwdb files must have the extension
<filename>.hwdb</filename>; other extensions are ignored.</para>
<para>The hwdb file contains data records consisting of matches and
commit f4f8f7b546508e1e7c94b072df685ac1342e8d7e
Author: Michael Biebl <biebl at debian.org>
Date: Tue Jul 23 04:54:40 2013 +0200
README Bump minimum required version of kmod
See edeb68c53f1cdc452016b4c8512586a70b1262e3.
diff --git a/README b/README
index 3cd93f0..46eb28e 100644
--- a/README
+++ b/README
@@ -89,7 +89,7 @@ REQUIREMENTS:
dbus >= 1.4.0
libcap
libblkid >= 2.20 (from util-linux) (optional)
- libkmod >= 5 (optional)
+ libkmod >= 14 (optional)
PAM >= 1.1.2 (optional)
libcryptsetup (optional)
libaudit (optional)
More information about the systemd-commits
mailing list