projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ecb1d2b
)
net-dns/avahi: call systemd_reenable in postinst
author
Alexander Tsoy
<alexander@tsoy.me>
Fri, 22 Nov 2019 12:36:14 +0000
(15:36 +0300)
committer
Anthony G. Basile
<blueness@gentoo.org>
Mon, 13 Jan 2020 17:36:19 +0000
(12:36 -0500)
Closes: https://bugs.gentoo.org/683904
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Alexander Tsoy <alexander@tsoy.me>
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
net-dns/avahi/avahi-0.7-r5.ebuild
patch
|
blob
|
history
diff --git
a/net-dns/avahi/avahi-0.7-r5.ebuild
b/net-dns/avahi/avahi-0.7-r5.ebuild
index edac01c62ae42b34d600f30e7339e2da66625215..4d58e41cdbc4102b717d2b563b12d56f2c66b2bf 100644
(file)
--- a/
net-dns/avahi/avahi-0.7-r5.ebuild
+++ b/
net-dns/avahi/avahi-0.7-r5.ebuild
@@
-214,4
+214,6
@@
pkg_postinst() {
elog "addresses, just set config_<interface>=( autoipd ) in /etc/conf.d/net!"
elog
fi
+
+ systemd_reenable avahi-daemon.service
}