After noticing random.seed change failure messages on shutdown. I have
been modding /etc/rc?
--- etc/rc Fri Aug 8 07:05:50 2014
+++ etc/rc.new Mon Aug 18 19:04:49 2014
@@ -267,6 +267,7 @@
_rc_parse_conf
if [ X"$1" = X"shutdown" ]; then
+ /sbin/mount -uw /
if echo 2>/dev/null >>/var/db/host.random || \
echo 2>/dev/null >>/etc/random.seed; then
random_seed
--
_______________________________________________________________________
'Write programs that do one thing and do it well. Write programs to work
together. Write programs to handle text streams, because that is a
universal interface'
(Doug McIlroy)
In Other Words - Don't design like polkit or systemd
_______________________________________________________________________