Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 486494
Collapse All | Expand All

(-)../../../../../portage/net-misc/igmpproxy/igmpproxy-0.1.ebuild (-1 / +3 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-misc/igmpproxy/igmpproxy-0.1.ebuild,v 1.2 2009/11/30 10:25:36 maekke Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-misc/igmpproxy/igmpproxy-0.1.ebuild,v 1.2 2009/11/30 10:25:36 maekke Exp $
4
4
5
inherit linux-info
5
inherit linux-info systemd
6
6
7
DESCRIPTION="Multicast Routing Daemon using only IGMP signalling (Internet Group Management Protocol)"
7
DESCRIPTION="Multicast Routing Daemon using only IGMP signalling (Internet Group Management Protocol)"
8
HOMEPAGE="http://sourceforge.net/projects/igmpproxy"
8
HOMEPAGE="http://sourceforge.net/projects/igmpproxy"
Lines 20-23 Link Here
20
20
21
	newinitd "${FILESDIR}/${PN}-init.d" ${PN} || die
21
	newinitd "${FILESDIR}/${PN}-init.d" ${PN} || die
22
	newconfd "${FILESDIR}/${PN}-conf.d" ${PN} || die
22
	newconfd "${FILESDIR}/${PN}-conf.d" ${PN} || die
23
24
	systemd_dounit "${FILESDIR}"/${PN}.service
23
}
25
}

Return to bug 486494