diff options
author | Toralf Förster <toralf@gentoo.de> | 2020-04-07 21:34:19 +0200 |
---|---|---|
committer | Matthias Maier <tamiko@gentoo.org> | 2020-04-10 20:05:36 -0500 |
commit | d16d0e6f646fd30be8e2a4cf1c4875b2a31a8f88 (patch) | |
tree | 7a15829e18681a361367f1d85924bfd4b578ad0b /app-crypt/jitterentropy-rngd | |
parent | app-crypt/jitterentropy-rngd: added openrc file (diff) | |
download | gentoo-d16d0e6f646fd30be8e2a4cf1c4875b2a31a8f88.tar.gz gentoo-d16d0e6f646fd30be8e2a4cf1c4875b2a31a8f88.tar.bz2 gentoo-d16d0e6f646fd30be8e2a4cf1c4875b2a31a8f88.zip |
app-crypt/jitterentropy-rngd: fixed qa issues reported by the bot
Signed-off-by: Toralf Förster <toralf@gentoo.de>
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'app-crypt/jitterentropy-rngd')
-rw-r--r--[-rwxr-xr-x] | app-crypt/jitterentropy-rngd/files/jitterentropy-rngd-initd | 0 | ||||
-rw-r--r-- | app-crypt/jitterentropy-rngd/jitterentropy-rngd-1.1.0.ebuild | 1 |
2 files changed, 0 insertions, 1 deletions
diff --git a/app-crypt/jitterentropy-rngd/files/jitterentropy-rngd-initd b/app-crypt/jitterentropy-rngd/files/jitterentropy-rngd-initd index 1a7fb84723bf..1a7fb84723bf 100755..100644 --- a/app-crypt/jitterentropy-rngd/files/jitterentropy-rngd-initd +++ b/app-crypt/jitterentropy-rngd/files/jitterentropy-rngd-initd 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 a0f57561d71c..b205fd7dfde1 100644 --- a/app-crypt/jitterentropy-rngd/jitterentropy-rngd-1.1.0.ebuild +++ b/app-crypt/jitterentropy-rngd/jitterentropy-rngd-1.1.0.ebuild @@ -23,4 +23,3 @@ src_install() { UNITDIR="$(systemd_get_systemunitdir)" install newinitd "${FILESDIR}"/jitterentropy-rngd-initd jitterentropy-rngd } - |