commit: 993c2da303c0e15881093f061c5a0768c37c78c3
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 9 17:03:14 2018 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> 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 <bkohler <AT> 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
}