diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2023-10-17 07:11:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-17 08:54:30 +0100 |
commit | b22dddcb8a0fb0e10ec77a08bf2c103bc4c933b8 (patch) | |
tree | cc16d1ae1865d235a78835f98cfdf8c3ff82be27 /net-dns | |
parent | sys-libs/libblockdev: add 3.0.4 (diff) | |
download | gentoo-b22dddcb8a0fb0e10ec77a08bf2c103bc4c933b8.tar.gz gentoo-b22dddcb8a0fb0e10ec77a08bf2c103bc4c933b8.tar.bz2 gentoo-b22dddcb8a0fb0e10ec77a08bf2c103bc4c933b8.zip |
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>
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/dnsmasq/dnsmasq-2.89-r1.ebuild (renamed from net-dns/dnsmasq/dnsmasq-2.89.ebuild) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net-dns/dnsmasq/dnsmasq-2.89.ebuild b/net-dns/dnsmasq/dnsmasq-2.89-r1.ebuild index a446b6d1fb2c..4566a538e82d 100644 --- a/net-dns/dnsmasq/dnsmasq-2.89.ebuild +++ b/net-dns/dnsmasq/dnsmasq-2.89-r1.ebuild @@ -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 |