Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153815527
D2924.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
780 B
Referenced Files
None
Subscribers
None
D2924.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D2924: Fix up the startup/shutdown etc/rc.d/* scripting for random(4)
Attached
Detach File
Event Timeline
Log In to Comment