rng-tools: updated service

This commit is contained in:
Andrea Brancaleoni 2015-04-25 05:12:57 +02:00
parent 77322d2937
commit 4ebfe2e026
2 changed files with 2 additions and 11 deletions

View file

@ -2,13 +2,4 @@
RNGD_OPTS=""
[ -r conf ] && . ./conf
a=0
n=$(nproc)
while [ $a -lt $n ]
do
rngd $RNGD_OPTS
a=`expr $a + 1`
done
exec chpst -b rng-tools pause
exec rngd $RNGD_OPTS -f

View file

@ -1,7 +1,7 @@
# Template file for 'rng-tools'
pkgname=rng-tools
version=5
revision=1
revision=2
build_style=gnu-configure
makedepends="libgcrypt-devel"
short_desc="Random number generator related utilities"