17 lines
516 B
Plaintext
17 lines
516 B
Plaintext
$OpenBSD: patch-bus_config-parser_c,v 1.5 2017/11/01 06:27:31 ajacoutot Exp $
|
|
|
|
/lib -> /var/db
|
|
|
|
Index: bus/config-parser.c
|
|
--- bus/config-parser.c.orig
|
|
+++ bus/config-parser.c
|
|
@@ -3951,7 +3951,7 @@ static const char *test_system_service_dir_matches[] =
|
|
"/usr/local/share/dbus-1/system-services",
|
|
"/usr/share/dbus-1/system-services",
|
|
DBUS_DATADIR"/dbus-1/system-services",
|
|
- "/lib/dbus-1/system-services",
|
|
+ "/var/db/dbus-1/system-services",
|
|
NULL
|
|
};
|
|
|