rngd: Update to version 6.2

Fixes #11737

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-05-22 20:23:42 +01:00
parent c577571e2a
commit 90940aded5
2 changed files with 4 additions and 9 deletions

View File

@@ -28,13 +28,7 @@ case "${1}" in
fi
boot_mesg "Starting Random Number Generator Daemon..."
if pidofproc /usr/sbin/rngd &>/dev/null; then
# Is already running.
echo_ok
else
loadproc /usr/sbin/rngd --no-tpm=1
fi
loadproc /usr/sbin/rngd --quiet
;;
stop)