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




commit c28e548e71c4d83bbae0f404ed7c133be84b37f0
Author: worldofpeace <worldofpeace protonmail ch>
Date:   Sun Sep 15 23:46:51 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 357132d..0c78e3f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,7 +10,7 @@ SUBDIRS += auth-dialog
 endif
 endif
 
-dbusservicedir = $(sysconfdir)/dbus-1/system.d
+dbusservicedir = $(datadir)/dbus-1/system.d
 dbusservice_DATA = nm-iodine-service.conf
 
 nmvpnservicedir = $(NM_VPN_SERVICE_DIR)


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