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

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

version 1.534, 2019/02/24 12:57:14 version 1.535, 2019/04/01 06:59:36
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  ifconfig -g carp carpdemote 128 >/dev/null 2>&1
   
 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  ifconfig -g carp -carpdemote 128 >/dev/null 2>&1
   
 mixerctl_conf  mixerctl_conf
   

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