mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user