rng-tools: upgrade to version 5

Edit init script to match current options.
Update copyright year.
Simplify download location.
Add myself as maintainer.

signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
Hannu Nyman
2014-07-23 22:10:52 +03:00
parent c710bc989b
commit 0b85e7e0bf
2 changed files with 10 additions and 8 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2011 OpenWrt.org
# Copyright (C) 2011-2014 OpenWrt.org
START=98
@@ -8,7 +8,7 @@ RNGD_AMOUNT=4000
RNGD_DEVICE="/dev/urandom"
start() {
service_start /sbin/rngd -r $RNGD_DEVICE -W $RNGD_AMOUNT -t $RNGD_INTERVAL
service_start /sbin/rngd -r $RNGD_DEVICE -W $RNGD_AMOUNT
}
stop() {