Displaying 1 result from an estimated 1 matches for "egd_daemon".
2001 Jan 11
0
OpenSSH 2.3.0p1 on Compaq Alpha
...g Daemon <warner at lothar.com>)
# on a Compaq Alpha (Tru64 UNIX 4.0F and 5.1) at boot time.
#
# Author: Hans-Georg Pabst, CH-8702 Zollikon, Switzerland
# <hans-georg.pabst at ch.adtranz.com>
#
PATH=/sbin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/local/sbin
export PATH
EGD_DAEMON=/usr/local/sbin/egd.pl
EGD_SOCKET=/tmp/entropy
EGD_TITLE="Entropy Gathering Daemon (EGD 0.8)"
EGD_LOG=/dev/null
#
# create $EGD_SOCKET writable to all
#
umask 000
Pid=`/sbin/init.d/bin/getpid $EGD_DAEMON -uroot`
case "$1" in
'start')
if [ -z "$Pid" ];...