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

(-)rng-tools-4-r6.ebuild (-1 / +2 lines)
Lines 4-10 Link Here
4
4
5
EAPI="4"
5
EAPI="4"
6
6
7
inherit eutils autotools toolchain-funcs
7
inherit eutils autotools toolchain-funcs systemd
8
8
9
DESCRIPTION="Daemon to use hardware random number generators"
9
DESCRIPTION="Daemon to use hardware random number generators"
10
HOMEPAGE="http://gkernel.sourceforge.net/"
10
HOMEPAGE="http://gkernel.sourceforge.net/"
Lines 30-35 Link Here
30
30
31
src_install() {
31
src_install() {
32
	default
32
	default
33
	systemd_dounit "${FILESDIR}"/rngd.service
33
	newinitd "${FILESDIR}"/rngd-initd-4.1 rngd
34
	newinitd "${FILESDIR}"/rngd-initd-4.1 rngd
34
	newconfd "${FILESDIR}"/rngd-confd-4.1 rngd
35
	newconfd "${FILESDIR}"/rngd-confd-4.1 rngd
35
}
36
}

Return to bug 510826