mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
net-dns/dnsmasq: add interface doc when USE=+dbus
The dnsmasq DBus interface is documented, and that documentation should be accessible to the user when USE=+dbus. Signed-off-by: A. Wilcox <AWilcox@Wilcox-Tech.com> Closes: https://github.com/gentoo/gentoo/pull/33369 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -199,6 +199,9 @@ src_install() {
|
||||
if use dbus; then
|
||||
insinto /etc/dbus-1/system.d
|
||||
doins dbus/dnsmasq.conf
|
||||
|
||||
docinto
|
||||
dodoc dbus/DBus-interface
|
||||
fi
|
||||
|
||||
if use dhcp-tools; then
|
||||
Reference in New Issue
Block a user