diff options
author | Ben Kohler <bkohler@gentoo.org> | 2018-10-09 12:03:14 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2018-10-09 12:03:31 -0500 |
commit | 993c2da303c0e15881093f061c5a0768c37c78c3 (patch) | |
tree | a4b231d928a546d10f8c011cc402ed0660d268ed /net-proxy | |
parent | media-libs/libtxc_dxtn: Drop old versions (diff) | |
download | gentoo-993c2da303c0e15881093f061c5a0768c37c78c3.tar.gz gentoo-993c2da303c0e15881093f061c5a0768c37c78c3.tar.bz2 gentoo-993c2da303c0e15881093f061c5a0768c37c78c3.zip |
net-proxy/tinyproxy: fix new service filename
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'net-proxy')
-rw-r--r-- | net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild b/net-proxy/tinyproxy/tinyproxy-1.10.0-r1.ebuild index bb01f6269077..16669d50efc5 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 } |