Page MenuHomeFreeBSD

D2924.diff
No OneTemporary

D2924.diff

Index: head/etc/rc.d/random
===================================================================
--- head/etc/rc.d/random
+++ head/etc/rc.d/random
@@ -67,7 +67,7 @@
esac
case ${entropy_file:=/entropy} in
- [Nn][Oo] | '')
+ [Nn][Oo])
;;
*)
feed_dev_random "${entropy_file}" /var/db/entropy-file
@@ -76,7 +76,7 @@
esac
case ${entropy_boot_file:=/boot/entropy} in
- [Nn][Oo] | '')
+ [Nn][Oo])
;;
*)
save_dev_random "${entropy_boot_file}"
@@ -92,7 +92,7 @@
# can be reseeded
#
case ${entropy_file:=/entropy} in
- [Nn][Oo] | '')
+ [Nn][Oo])
;;
*)
echo -n 'Writing entropy file:'
@@ -124,7 +124,7 @@
;;
esac
case ${entropy_boot_file:=/boot/entropy} in
- [Nn][Oo] | '')
+ [Nn][Oo])
;;
*)
echo -n 'Writing early boot entropy file:'

File Metadata

Mime Type
text/plain
Expires
Fri, Apr 24, 11:46 PM (14 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32097669
Default Alt Text
D2924.diff (780 B)

Event Timeline