summaryrefslogtreecommitdiffstats
path: root/src/udev/udevadm-hwdb.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-06-09 11:26:06 +0200
committerLennart Poettering <lennart@poettering.net>2015-06-09 11:26:06 +0200
commitefbea947980544574c66fa812edc5ebdcc8add04 (patch)
treede6bb6ef69f90d044131fc32adad72f692cdf231 /src/udev/udevadm-hwdb.c
parentMerge pull request #118 from haraldh/set_consume2 (diff)
downloadsystemd-efbea947980544574c66fa812edc5ebdcc8add04.tar.xz
systemd-efbea947980544574c66fa812edc5ebdcc8add04.zip
Revert "hwdb: actually search /run/udev/hwdb.d"
Diffstat (limited to 'src/udev/udevadm-hwdb.c')
-rw-r--r--src/udev/udevadm-hwdb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/udev/udevadm-hwdb.c b/src/udev/udevadm-hwdb.c
index 4c933de696..00609e31b5 100644
--- a/src/udev/udevadm-hwdb.c
+++ b/src/udev/udevadm-hwdb.c
@@ -37,7 +37,6 @@
static const char * const conf_file_dirs[] = {
"/etc/udev/hwdb.d",
- "/run/udev/hwdb.d",
UDEVLIBEXECDIR "/hwdb.d",
NULL
};