[NetworkManager-openconnect: 1/2] Move D-Bus conf file to $(datadir)/dbus-1/system.d




commit 6d8cb1911cd04d7cfb569671c394ed0295be47ea
Author: worldofpeace <worldofpeace protonmail ch>
Date:   Sun Sep 15 23:37:18 2019 -0400

    Move D-Bus conf file to $(datadir)/dbus-1/system.d
    
    Since D-Bus 1.9.18 configuration files installed by third-party should
    go in share/dbus-1/system.d. The old location is for sysadmin overrides.

 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Makefile.am b/Makefile.am
index a38b352..2d5ec79 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,7 +10,7 @@ plugin_LTLIBRARIES =
 
 CLEANFILES = *.bak *~
 
-dbusservicedir = $(sysconfdir)/dbus-1/system.d
+dbusservicedir = $(datadir)/dbus-1/system.d
 dbusservice_DATA = nm-openconnect-service.conf
 
 nmvpnservicedir = $(NM_VPN_SERVICE_DIR)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]