From 8cc03bfc0c9eaee8c186843fef75c58093616d04 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 19 Jan 2001 05:22:00 +0000 Subject: [PATCH] Update FreeBSD fcntl() warning. --- README | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README b/README index fc2608afa3..9e5a3f7593 100644 --- a/README +++ b/README @@ -121,13 +121,13 @@ BIND 9.1.0b2 There are known problems with thread signal handling under Solaris 2.6. - On FreeBSD systems, the server logs error messages - like "fcntl(8, F_SETFL, 4): Inappropriate ioctl for - device". This is due to a bug in the FreeBSD - /dev/random device. The bug has been reported - to the FreeBSD maintainers. Versions of OpenBSD - prior to 2.8 have a similar problem. - + 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 on the servers DNSSEC + support. + + --with-libtool does not work on AIX.