summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToralf Förster <toralf@gentoo.de>2020-04-07 20:17:39 +0200
committerMatthias Maier <tamiko@gentoo.org>2020-04-10 20:05:29 -0500
commitc1c6e0e60d5b7bbf7685cc8596772d0c1cc65c59 (patch)
treeffd31414f137f0aaf6c2f52f35a23bf8f5ef4104 /app-crypt/jitterentropy-rngd/jitterentropy-rngd-1.1.0.ebuild
parentapp-portage/g-cpan: version bump to 0.17.0 (diff)
downloadgentoo-c1c6e0e60d5b7bbf7685cc8596772d0c1cc65c59.tar.gz
gentoo-c1c6e0e60d5b7bbf7685cc8596772d0c1cc65c59.tar.bz2
gentoo-c1c6e0e60d5b7bbf7685cc8596772d0c1cc65c59.zip
app-crypt/jitterentropy-rngd: added openrc file
Signed-off-by: Toralf Förster <toralf@gentoo.de> Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'app-crypt/jitterentropy-rngd/jitterentropy-rngd-1.1.0.ebuild')
-rw-r--r--app-crypt/jitterentropy-rngd/jitterentropy-rngd-1.1.0.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/app-crypt/jitterentropy-rngd/jitterentropy-rngd-1.1.0.ebuild b/app-crypt/jitterentropy-rngd/jitterentropy-rngd-1.1.0.ebuild
index bd3a671e48d4..a0f57561d71c 100644
--- a/app-crypt/jitterentropy-rngd/jitterentropy-rngd-1.1.0.ebuild
+++ b/app-crypt/jitterentropy-rngd/jitterentropy-rngd-1.1.0.ebuild
@@ -21,4 +21,6 @@ PATCHES=(
src_install() {
emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" \
UNITDIR="$(systemd_get_systemunitdir)" install
+ newinitd "${FILESDIR}"/jitterentropy-rngd-initd jitterentropy-rngd
}
+