idella4     15/07/17 08:51:19

  Added:                rngd-initd-r1-4.1
  Log:
  rebump; fix to init script, patch by new proxy maintainer via Bug #481254, 
metadata.xml updated accordingly
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.1                  sys-apps/rng-tools/files/rngd-initd-r1-4.1

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/rng-tools/files/rngd-initd-r1-4.1?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/rng-tools/files/rngd-initd-r1-4.1?rev=1.1&content-type=text/plain

Index: rngd-initd-r1-4.1
===================================================================
#!/sbin/runscript
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/rng-tools/files/rngd-initd-r1-4.1,v 
1.1 2015/07/17 08:51:19 idella4 Exp $

depend() {
        need localmount
        after urandom
        provide entropy
}

# Do NOT add /dev/tpm to this.
DEFAULT_DEVICE="/dev/hw_random* /dev/hwrandom* /dev/i810_rng /dev/hwrng*"

command=/usr/sbin/rngd
pidfile="/var/run/${SVCNAME}.pid"
command_args="--pid-file ${pidfile} --background --random-step ${STEP:-64} 
${NO_TPM:+--no-tpm=1} \
        ${NO_DRNG:+--no-drng=1} --fill-watermark ${WATERMARK} 
${DEVICE:+--rng-device ${DEVICE}}"
start_stop_daemon_args="--wait 1000"
retry="SIGKILL/5000"




Reply via email to