Displaying 1 result from an estimated 1 matches for "egd_log".
Did you mean:
edulog
2001 Jan 11
0
OpenSSH 2.3.0p1 on Compaq Alpha
...hor: 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" ]; then
if [ -x $EGD_DAEMON ]; then
echo "Starting ${EGD_TITLE}"
nohup $EGD_DAEM...