diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2016-04-22 15:11:10 +0300 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2016-04-22 15:11:39 +0300 |
commit | ef7f42bb90ae70f2c4ca34ba737640434af2c4c2 (patch) | |
tree | f0c7fd8e0d786dec96985768016e06d539bd341f /net-proxy/polipo/polipo-9999.ebuild | |
parent | sys-process/procenv: Drop -Werror and -fstack-protector (bug #580808). (diff) | |
download | gentoo-ef7f42bb90ae70f2c4ca34ba737640434af2c4c2.tar.gz gentoo-ef7f42bb90ae70f2c4ca34ba737640434af2c4c2.tar.bz2 gentoo-ef7f42bb90ae70f2c4ca34ba737640434af2c4c2.zip |
net-proxy/polipo: honor multiple instances at init script
Use ${SVCNAME} for ebegin/eend messages.
Package-Manager: portage-2.2.28
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
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 |