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

Diff for /src/etc/rc between version 1.76 and 1.77

version 1.76, 1998/06/13 03:38:15 version 1.77, 1998/07/03 03:48:16
Line 70 
Line 70 
 echo 'setting tty flags'  echo 'setting tty flags'
 ttyflags -a  ttyflags -a
   
   # if there's no /etc/host.random, make one through /dev/urandom
   if [ ! -f /etc/host.random ]; then
           dd if=/dev/urandom of=/dev/host.random bs=1024 count=64
           chmod 600 /etc/random
   fi
   
 # set hostname, turn on network  # set hostname, turn on network
 echo 'starting network'  echo 'starting network'
 . /etc/netstart  . /etc/netstart

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77