> From: "Taso N. Devetzis" <[email protected]>

> I forgot to mention that this is against DCC 1.3.126.

It's worth repeating that the script runs but without the somewhat
random delay.

> +RND=`ps -e | cksum | sed -e 's/[     ]\{1,\}/ + /' -e 
> 's/\([0-9]\{6\}\)\([0-9]\)/\1 + \2/g'`

`ps -e` on FreeBSD 8.1 can whine
"ps: Process environment requires procfs(5)"

So I guess the fix will have to depend on a new ./configure variable, 
or use some other command as a source of some entropy such as `ls -lia`.


thanks,
Vernon Schryver    [email protected]
_______________________________________________
DCC mailing list      [email protected]
http://www.rhyolite.com/mailman/listinfo/dcc

Reply via email to