]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Revert "hwdb: actually search /run/udev/hwdb.d" 120/head
authorLennart Poettering <lennart@poettering.net>
Tue, 9 Jun 2015 09:26:06 +0000 (11:26 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 9 Jun 2015 09:26:06 +0000 (11:26 +0200)
src/hwdb/hwdb.c
src/udev/udevadm-hwdb.c
units/systemd-hwdb-update.service.in

index 62b76c9e893a265393011237d3c65d0b0f2b821a..446de3a2fc330f4f10d52fec816e5d376ee719ea 100644 (file)
@@ -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
 };
index 4c933de696e45252905c7d9efb5e3099a49cf778..00609e31b52202d4af5ef76d5c32a07fc1c473de 100644 (file)
@@ -37,7 +37,6 @@
 
 static const char * const conf_file_dirs[] = {
         "/etc/udev/hwdb.d",
-        "/run/udev/hwdb.d",
         UDEVLIBEXECDIR "/hwdb.d",
         NULL
 };
index d13383d55d202eec759d19f4eeeec6c5670c5e81..7135cff3d9b413281e83d0bed0bf4bb39fa127f1 100644 (file)
@@ -16,7 +16,6 @@ ConditionNeedsUpdate=/etc
 ConditionPathExists=|!@udevlibexecdir@/hwdb.bin
 ConditionPathExists=|/etc/udev/hwdb.bin
 ConditionDirectoryNotEmpty=|/etc/udev/hwdb.d/
-ConditionDirectoryNotEmpty=|/run/udev/hwdb.d/
 
 [Service]
 Type=oneshot