[BACK]Return to rc CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/rc between version 1.415 and 1.416

version 1.415, 2013/12/27 22:34:40 version 1.416, 2013/12/27 23:40:29
Line 230 
Line 230 
 . /etc/rc.conf  . /etc/rc.conf
   
 if [ X"$1" = X"shutdown" ]; then  if [ X"$1" = X"shutdown" ]; then
         dd if=/dev/random of=/var/db/host.random bs=65536 count=1 >/dev/null 2>&1          random_seed
         chmod 600 /var/db/host.random >/dev/null 2>&1  
         _c=$?          _c=$?
         if [ ${_c} -eq 0 ]; then          if [ ${_c} -eq 0 ]; then
                 if [ -n "${pkg_scripts}" ]; then                  if [ -n "${pkg_scripts}" ]; then

Legend:
Removed from v.1.415  
changed lines
  Added in v.1.416