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

Diff for /src/etc/rc between version 1.176 and 1.177

version 1.176, 2001/07/01 08:38:59 version 1.177, 2001/07/03 03:28:19
Line 109 
Line 109 
 mount -uw /             # root on nfs requires this, others aren't hurt  mount -uw /             # root on nfs requires this, others aren't hurt
 rm -f /fastboot         # XXX (root now writeable)  rm -f /fastboot         # XXX (root now writeable)
   
   # pick up option configuration
   . /etc/rc.conf
   
 # set flags on ttys.  (do early, in case they use tty for SLIP in netstart)  # set flags on ttys.  (do early, in case they use tty for SLIP in netstart)
 echo 'setting tty flags'  echo 'setting tty flags'
 ttyflags -a  ttyflags -a

Legend:
Removed from v.1.176  
changed lines
  Added in v.1.177