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

Diff for /src/etc/rc between version 1.535 and 1.536

version 1.535, 2019/04/01 06:59:36 version 1.536, 2019/04/01 11:39:46
Line 437 
Line 437 
   
 # 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 >/dev/null 2>&1  ifconfig -g carp carpdemote 128
   
 sh /etc/netstart  sh /etc/netstart
   
Line 603 
Line 603 
 [[ -f /etc/rc.local ]] && sh /etc/rc.local  [[ -f /etc/rc.local ]] && sh /etc/rc.local
   
 # Disable carp interlock.  # Disable carp interlock.
 ifconfig -g carp -carpdemote 128 >/dev/null 2>&1  ifconfig -g carp -carpdemote 128
   
 mixerctl_conf  mixerctl_conf
   

Legend:
Removed from v.1.535  
changed lines
  Added in v.1.536