From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A7BF8138350 for ; Mon, 13 Jan 2020 17:36:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C623E0CFD; Mon, 13 Jan 2020 17:36:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7C64DE0CFD for ; Mon, 13 Jan 2020 17:36:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6599734E04A for ; Mon, 13 Jan 2020 17:36:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7D1CA0 for ; Mon, 13 Jan 2020 17:36:31 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1578936979.7664ba317ac843b22ff215d737dd58ec0d2a259f.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/avahi/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dns/avahi/avahi-0.7-r5.ebuild X-VCS-Directories: net-dns/avahi/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 7664ba317ac843b22ff215d737dd58ec0d2a259f X-VCS-Branch: master Date: Mon, 13 Jan 2020 17:36:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6a685d6c-1456-47ce-980e-51e44086f5cd X-Archives-Hash: a7ae4f1829a98d4ad72c9718ca1b1712 commit: 7664ba317ac843b22ff215d737dd58ec0d2a259f Author: Alexander Tsoy tsoy me> AuthorDate: Fri Nov 22 12:36:14 2019 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Mon Jan 13 17:36:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7664ba31 net-dns/avahi: call systemd_reenable in postinst Closes: https://bugs.gentoo.org/683904 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Alexander Tsoy tsoy.me> Signed-off-by: Anthony G. Basile gentoo.org> net-dns/avahi/avahi-0.7-r5.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net-dns/avahi/avahi-0.7-r5.ebuild b/net-dns/avahi/avahi-0.7-r5.ebuild index edac01c62ae..4d58e41cdbc 100644 --- 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_=( autoipd ) in /etc/conf.d/net!" elog fi + + systemd_reenable avahi-daemon.service }