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

Diff for /src/etc/rc between version 1.277 and 1.278

version 1.277, 2006/01/12 21:54:15 version 1.278, 2006/03/12 20:07:48
Line 254 
Line 254 
         fi          fi
 fi  fi
   
 mount /usr >/dev/null 2>&1  mount -s /usr >/dev/null 2>&1
 mount /var >/dev/null 2>&1  mount -s /var >/dev/null 2>&1
   
 # if there's no /var/db/host.random, make one through /dev/urandom  # if there's no /var/db/host.random, make one through /dev/urandom
 if [ ! -f /var/db/host.random ]; then  if [ ! -f /var/db/host.random ]; then
Line 401 
Line 401 
 fi  fi
 echo '.'  echo '.'
   
 mount -a -t nfs  mount -a
   
 swapctl -A -t noblk  swapctl -A -t noblk
   

Legend:
Removed from v.1.277  
changed lines
  Added in v.1.278