diff options
Diffstat (limited to 'net-proxy/polipo/polipo-9999.ebuild')
-rw-r--r-- | net-proxy/polipo/polipo-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-proxy/polipo/polipo-9999.ebuild b/net-proxy/polipo/polipo-9999.ebuild index 8882b5d7f7c7..559a3eddc975 100644 --- a/net-proxy/polipo/polipo-9999.ebuild +++ b/net-proxy/polipo/polipo-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -38,7 +38,7 @@ src_compile() { src_install() { einstall PREFIX=/usr MANDIR=/usr/share/man INFODIR=/usr/share/info "TARGET=${D}" - newinitd "${FILESDIR}/${PN}.initd-2" ${PN} + newinitd "${FILESDIR}/${PN}.initd-4" ${PN} insinto /etc/${PN} ; doins "${FILESDIR}/config" systemd_newunit "${FILESDIR}/${PN}_at.service" "${PN}@.service" if ! use systemd; then |