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 D7366138334 for ; Tue, 9 Oct 2018 17:03:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D811BE07FE; Tue, 9 Oct 2018 17:03:43 +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 B6660E07FE for ; Tue, 9 Oct 2018 17:03:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5004C335D01 for ; Tue, 9 Oct 2018 17:03:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73CF33CF for ; Tue, 9 Oct 2018 17:03:40 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1539104611.993c2da303c0e15881093f061c5a0768c37c78c3.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/tinyproxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild X-VCS-Directories: net-proxy/tinyproxy/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 993c2da303c0e15881093f061c5a0768c37c78c3 X-VCS-Branch: master Date: Tue, 9 Oct 2018 17:03:40 +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: ab7bd410-0cf1-4f08-98ca-d2c80456eb78 X-Archives-Hash: e5192619f5143f63999ae64d806a8abe commit: 993c2da303c0e15881093f061c5a0768c37c78c3 Author: Ben Kohler gentoo org> AuthorDate: Tue Oct 9 17:03:14 2018 +0000 Commit: Ben Kohler gentoo org> CommitDate: Tue Oct 9 17:03:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=993c2da3 net-proxy/tinyproxy: fix new service filename Signed-off-by: Ben Kohler gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild b/net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild index bb01f626907..16669d50efc 100644 --- a/net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild +++ b/net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild @@ -59,7 +59,7 @@ src_install() { keepdir /var/log/${PN} newinitd "${FILESDIR}"/${PN}-1.10.0.initd tinyproxy - systemd_dounit "${FILESDIR}"/${PN}-1.10.0.service + systemd_newunit "${FILESDIR}"/${PN}-1.10.0.service tinyproxy.service systemd_dotmpfilesd "${FILESDIR}"/${PN}.tmpfiles.conf }