diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/hwdb/hwdb.c | 1 | ||||
-rw-r--r-- | src/udev/udevadm-hwdb.c | 1 |
2 files changed, 0 insertions, 2 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 }; 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 }; |