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

Diff for /src/etc/rc between version 1.504 and 1.505

version 1.504, 2017/06/22 16:03:36 version 1.505, 2017/06/27 03:42:00
Line 381 
Line 381 
   
 rm -f /fastboot  rm -f /fastboot
   
 # Set flags on ttys. (Do early, in case they use tty for SLIP in netstart.)  # Set flags on ttys.
 echo 'setting tty flags'  echo 'setting tty flags'
 ttyflags -a  ttyflags -a
   
Line 433 
Line 433 
 # Set carp interlock by increasing the demotion counter.  # Set carp interlock by increasing the demotion counter.
 # Prevents carp from preempting until the system is booted.  # Prevents carp from preempting until the system is booted.
 ifconfig -g carp carpdemote 128  ifconfig -g carp carpdemote 128
   
 # Recover resolv.conf in case dhclient died hard.  
 if [[ -f /etc/resolv.conf.save ]]; then  
         mv -f /etc/resolv.conf.save /etc/resolv.conf  
         touch /etc/resolv.conf  
 fi  
   
 sh /etc/netstart  sh /etc/netstart
   

Legend:
Removed from v.1.504  
changed lines
  Added in v.1.505