Bojan Smojver wrote:
Does anyone mind if I apply the fix mentioned in the bug report:
https://issues.apache.org/bugzilla/show_bug.cgi?id=44881
It's a mailing list, please don't make people chase down a link (remember
some of us read our email detached from the web). Citing the patch and
bug's subject is a bare minimum :)
I'd like to hear from Joe and Ben especially (and Ralf if he's around)
on this topic.
Bill
--- Begin Message ---
https://issues.apache.org/bugzilla/show_bug.cgi?id=44881
Bojan Smojver <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[EMAIL PROTECTED]
Status|NEW |ASSIGNED
--- Comment #1 from Bojan Smojver <[EMAIL PROTECTED]> 2008-04-27 23:29:28 PST
---
Suggested fix:
Index: configure.in
===================================================================
--- configure.in (revision 651703)
+++ configure.in (working copy)
@@ -1955,7 +1955,7 @@
if test "$apr_devrandom" = "yes"; then
# /dev/random on OpenBSD doesn't provide random data, so
# prefer /dev/arandom, which does; see random(4).
- for f in /dev/arandom /dev/random /dev/urandom; do
+ for f in /dev/arandom /dev/urandom /dev/random; do
if test -r $f; then
apr_devrandom=$f
rand=1
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--- End Message ---