--- bin/dnssec/dnssectool.c.orig	Mon Aug  7 18:41:38 2000
+++ bin/dnssec/dnssectool.c	Thu Aug 17 13:20:17 2000
@@ -187,7 +187,7 @@
 		if (!wantkeyboard) {
 			fprintf(stderr, "You must use the keyboard to create "
 				"entropy, since your system is lacking\n");
-			fprintf(stderr, "/dev/random\n\n");
+			fprintf(stderr, "/dev/srandom\n\n");
 		}
 		first = ISC_FALSE;
 	}
@@ -257,7 +257,7 @@
 	else {
 		if (randomfile == NULL) {
 			result = isc_entropy_createfilesource(*ectx,
-							      "/dev/random");
+							      "/dev/srandom");
 			if (result == ISC_R_SUCCESS)
 				return;
 		}

--- bin/named/main.c.orig	Tue Jul 11 19:23:02 2000
+++ bin/named/main.c	Thu Aug 17 13:20:21 2000
@@ -378,7 +378,7 @@
 		return (ISC_R_UNEXPECTED);
 	}
 
-	(void)isc_entropy_createfilesource(ns_g_entropy, "/dev/random");
+	(void)isc_entropy_createfilesource(ns_g_entropy, "/dev/srandom");
 
 	return (ISC_R_SUCCESS);
 }
