summaryrefslogtreecommitdiff
path: root/src/hwdb/hwdb.c
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2015-06-09 11:35:59 +0200
committerKay Sievers <kay@vrfy.org>2015-06-09 11:35:59 +0200
commitd7684c0f07283a6d8c8258447e6fb93763aeb8f1 (patch)
treede6bb6ef69f90d044131fc32adad72f692cdf231 /src/hwdb/hwdb.c
parent4b955cb9bc40b508b1eef0b7751f26526a598743 (diff)
parentefbea947980544574c66fa812edc5ebdcc8add04 (diff)
Merge pull request #120 from systemd/revert-115-master
Revert "hwdb: actually search /run/udev/hwdb.d"
Diffstat (limited to 'src/hwdb/hwdb.c')
-rw-r--r--src/hwdb/hwdb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hwdb/hwdb.c b/src/hwdb/hwdb.c
index 62b76c9e89..446de3a2fc 100644
--- a/src/hwdb/hwdb.c
+++ b/src/hwdb/hwdb.c
@@ -43,7 +43,6 @@ static const char *arg_root = "";
static const char * const conf_file_dirs[] = {
"/etc/udev/hwdb.d",
- "/run/udev/hwdb.d",
UDEVLIBEXECDIR "/hwdb.d",
NULL
};