]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
the fcntl() problem with /dev/random still exists on FreeBSD 4.2 if running as
authorBrian Wellington <source@isc.org>
Sat, 17 Feb 2001 00:47:28 +0000 (00:47 +0000)
committerBrian Wellington <source@isc.org>
Sat, 17 Feb 2001 00:47:28 +0000 (00:47 +0000)
non-root.

README

diff --git a/README b/README
index 8874d42fa95b4211b6fa89b1dba9060f0f22fc4e..0ed8686715051fa92b01d25642b8bd5af5372bc5 100644 (file)
--- a/README
+++ b/README
@@ -120,11 +120,11 @@ BIND 9.1.1rc2
                threads with "configure --disable-threads" on these
                platforms.
 
-               FreeBSD prior to 4.2 and OpenBSD prior to 2.8 log
-               messages like "fcntl(8, F_SETFL, 4): Inappropriate
-               ioctl for device".  This is due to a bug in
-               "/dev/random" and impacts the server's DNSSEC
-               support.
+               FreeBSD prior to 4.2 (and 4.2 if running as non-root)
+               and OpenBSD prior to 2.8 log messages like
+               "fcntl(8, F_SETFL, 4): Inappropriate ioctl for device".
+               This is due to a bug in "/dev/random" and impacts the
+               server's DNSSEC support.
 
                --with-libtool does not work on AIX.