[oe-commits] [openembedded-core] 53/59: rng-tools: Fix crazy defaults

git at git.openembedded.org git at git.openembedded.org
Fri Nov 9 15:29:18 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 9051908ff169ecf2e2861ed7c3395258459358cd
Author: Hongxu Jia <hongxu.jia at windriver.com>
AuthorDate: Fri Nov 9 16:54:21 2018 +0800

    rng-tools: Fix crazy defaults
    
    Since commit [f1dc9ac rng-tools: Fix crazy defaults] fixed
    init based on sysvinit, this fix rngd.service based on systemd.
    
    Signed-off-by: Hongxu Jia <hongxu.jia at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/rng-tools/rng-tools/rngd.service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/rng-tools/rng-tools/rngd.service b/meta/recipes-support/rng-tools/rng-tools/rngd.service
index cb81024..f0355db 100644
--- a/meta/recipes-support/rng-tools/rng-tools/rngd.service
+++ b/meta/recipes-support/rng-tools/rng-tools/rngd.service
@@ -5,7 +5,7 @@ After=systemd-udev-settle.service
 Before=sysinit.target
 
 [Service]
-ExecStart=@SBINDIR@/rngd -f -r /dev/urandom
+ExecStart=@SBINDIR@/rngd -f -r /dev/hwrng
 SuccessExitStatus=66
 
 [Install]

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list