From: =?utf-8?q?Ferenc_W=C3=A1gner?= Date: Sun, 26 May 2024 11:57:40 +0200 Subject: Move corosync-notifyd policy file into /usr/share/dbus-1/system.d As per dbus-daemon(1): > Third-party packages would historically install XML files into > /etc/dbus-1/system.d, but this practice is now considered to be > deprecated: that directory should be treated as reserved for the > system administrator. --- conf/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/Makefile.am b/conf/Makefile.am index 44581eb..d02cd21 100644 --- a/conf/Makefile.am +++ b/conf/Makefile.am @@ -60,7 +60,7 @@ mib_DATA = COROSYNC-MIB.txt endif if INSTALL_DBUSCONF -dbusdir = $(sysconfdir)/dbus-1/system.d +dbusdir = $(datadir)/dbus-1/system.d dbus_DATA = corosync-signals.conf endif