[Buildroot] [PATCH] package/avahi: Set the path to D-Bus system.d directory

Peter Korsgaard peter at korsgaard.com
Sun Jan 28 21:09:57 UTC 2018


>>>>> "Chris" == Chris Lesiak <chris.lesiak at licor.com> writes:

 > Add --with-dbus-sys=/usr/share/dbus-1/system.d to configure
 > the path to D-Bus system.d directory.  Without this option,
 > distribution provided configuration files were unnecessarily
 > stored in /etc.

Hmm, if we want this to happen then several other packages also look
like they need to be fixed:

git grep '/system\.d'
package/dnsmasq/dnsmasq.mk:             $(TARGET_DIR)/etc/dbus-1/system.d/dnsmasq.conf
package/miraclecast/miraclecast.mk:             $(TARGET_DIR)/etc/dbus-1/system.d/org.freedesktop.miracle.conf
package/wpa_supplicant/wpa_supplicant.mk:               $(TARGET_DIR)/etc/dbus-1/system.d/wpa_supplicant.conf

When did these files move from /etc/ to /usr/share? In D-Bus 1.8.x?

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list