search for: egd_titl

Displaying 1 result from an estimated 1 matches for "egd_titl".

Did you mean: egd_title
2001 Jan 11
0
OpenSSH 2.3.0p1 on Compaq Alpha
...paq 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" ]; then if [ -x $EGD_DAEMON ]; then echo &q...