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

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

version 1.416, 2013/12/27 23:40:29 version 1.417, 2013/12/27 23:43:39
Line 232 
Line 232 
 if [ X"$1" = X"shutdown" ]; then  if [ X"$1" = X"shutdown" ]; then
         random_seed          random_seed
   
         _c=$?          chmod 600 /etc/random.seed >/dev/null 2>&1
         if [ ${_c} -eq 0 ]; then          _notsingle=$?   # root is writeable, so we are not single user??
           if [ ${_notsingle} -eq 0 ]; then
                 if [ -n "${pkg_scripts}" ]; then                  if [ -n "${pkg_scripts}" ]; then
                         echo -n 'stopping package daemons:'                          echo -n 'stopping package daemons:'
                         while [ -n "${pkg_scripts}" ]; do                          while [ -n "${pkg_scripts}" ]; do

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