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

Diff for /src/etc/rc between version 1.179 and 1.180

version 1.179, 2001/08/17 22:00:11 version 1.180, 2001/08/21 22:29:52
Line 147 
Line 147 
 mount /usr >/dev/null 2>&1  mount /usr >/dev/null 2>&1
 mount /var >/dev/null 2>&1  mount /var >/dev/null 2>&1
   
   if [ "X$pf" != X"NO" ]; then
           pflogd
   fi
   
 # 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
         dd if=/dev/urandom of=/var/db/host.random bs=1024 count=64 \          dd if=/dev/urandom of=/var/db/host.random bs=1024 count=64 \

Legend:
Removed from v.1.179  
changed lines
  Added in v.1.180