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 63AD3138334 for ; Thu, 21 Jun 2018 02:35:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A2B7E089A; Thu, 21 Jun 2018 02:35:54 +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 D6044E089A for ; Thu, 21 Jun 2018 02:35:53 +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 654A5335C7F for ; Thu, 21 Jun 2018 02:35:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF1AB2CD for ; Thu, 21 Jun 2018 02:35:50 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1529547938.bc13a3787008c4c99e147a7c71f4f19e09557d85.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/xinetd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/xinetd/xinetd-2.3.15.3-r1.ebuild sys-apps/xinetd/xinetd-2.3.15.3-r2.ebuild X-VCS-Directories: sys-apps/xinetd/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: bc13a3787008c4c99e147a7c71f4f19e09557d85 X-VCS-Branch: master Date: Thu, 21 Jun 2018 02:35:50 +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-Archives-Salt: dee393e9-fd52-49d1-a048-f0abafa0d3b8 X-Archives-Hash: de74bacaff4af855be1bf1620735bdf1 commit: bc13a3787008c4c99e147a7c71f4f19e09557d85 Author: Mike Frysinger gentoo org> AuthorDate: Wed Jun 20 21:00:59 2018 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Thu Jun 21 02:25:38 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc13a378 sys-apps/xinetd: switch to upstream systemd service unit .../xinetd/{xinetd-2.3.15.3-r1.ebuild => xinetd-2.3.15.3-r2.ebuild} | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys-apps/xinetd/xinetd-2.3.15.3-r1.ebuild b/sys-apps/xinetd/xinetd-2.3.15.3-r2.ebuild similarity index 91% rename from sys-apps/xinetd/xinetd-2.3.15.3-r1.ebuild rename to sys-apps/xinetd/xinetd-2.3.15.3-r2.ebuild index 42b0c854d0e..92bc834e7df 100644 --- a/sys-apps/xinetd/xinetd-2.3.15.3-r1.ebuild +++ b/sys-apps/xinetd/xinetd-2.3.15.3-r2.ebuild @@ -36,6 +36,10 @@ PATCHES=( src_prepare() { default eautoreconf + + sed -i \ + -e 's:/usr/bin/kill:/bin/kill:' \ + "contrib/${PN}.service" || die } src_configure() { @@ -53,7 +57,7 @@ src_install() { newinitd "${FILESDIR}"/xinetd.rc6 xinetd newconfd "${FILESDIR}"/xinetd.confd xinetd - systemd_dounit "${FILESDIR}/${PN}.service" + systemd_dounit "contrib/${PN}.service" newdoc contrib/xinetd.conf xinetd.conf.dist.sample dodoc README.md CHANGELOG