Now that /boot/entropy is loaded by loader at boot time, we should generate this file also at install time.
We were also not being explicit about permissions on these files, so make sure that if umask or other things changes, that these will have correct permissions. We should probably also updated the rc.d scripts to do the same incase they are created by hand.
In the case /entropy is created by hand w/ incorrect permissions, no script fixes this.
Related: https://github.com/HardenedBSD/hardenedBSD/issues/167