[NetworkManager-vpnc] Move D-Bus policy file to /usr/share/dbus-1/system.d/



commit 92e4cde6a106c8b523d2307210c698ea1bce064f
Author: Michael Biebl <biebl debian org>
Date:   Tue Nov 27 14:50:39 2018 +0100

    Move D-Bus policy file to /usr/share/dbus-1/system.d/
    
    To better support stateless systems with an empty /etc, the old location
    in /etc/dbus-1/system.d/ should only be used for local admin changes.
    Package provided D-Bus policy files are supposed to be installed in
    /usr/share/dbus-1/system.d/.
    
    This is supported since dbus 1.9.18 ([1]).
    
    [1] https://lists.freedesktop.org/archives/dbus/2015-July/016746.html
    
    https://gitlab.gnome.org/GNOME/NetworkManager-vpnc/-/merge_requests/5

 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Makefile.am b/Makefile.am
index 47c88e1..a7de2e0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@ if WITH_GNOME
 SUBDIRS += auth-dialog
 endif
 
-dbusservicedir = $(sysconfdir)/dbus-1/system.d
+dbusservicedir = $(datadir)/dbus-1/system.d
 dbusservice_DATA = nm-vpnc-service.conf
 
 nmvpnservicedir = $(NM_VPN_SERVICE_DIR)


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