=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.534 retrieving revision 1.535 diff -c -r1.534 -r1.535 *** src/etc/rc 2019/02/24 12:57:14 1.534 --- src/etc/rc 2019/04/01 06:59:36 1.535 *************** *** 1,4 **** ! # $OpenBSD: rc,v 1.534 2019/02/24 12:57:14 kn Exp $ # System startup script run by init on autoboot or after single-user. # Output and error are redirected to console by init, and the console is the --- 1,4 ---- ! # $OpenBSD: rc,v 1.535 2019/04/01 06:59:36 tedu Exp $ # System startup script run by init on autoboot or after single-user. # Output and error are redirected to console by init, and the console is the *************** *** 437,443 **** # Set carp interlock by increasing the demotion counter. # Prevents carp from preempting until the system is booted. ! ifconfig -g carp carpdemote 128 sh /etc/netstart --- 437,443 ---- # Set carp interlock by increasing the demotion counter. # Prevents carp from preempting until the system is booted. ! ifconfig -g carp carpdemote 128 >/dev/null 2>&1 sh /etc/netstart *************** *** 603,609 **** [[ -f /etc/rc.local ]] && sh /etc/rc.local # Disable carp interlock. ! ifconfig -g carp -carpdemote 128 mixerctl_conf --- 603,609 ---- [[ -f /etc/rc.local ]] && sh /etc/rc.local # Disable carp interlock. ! ifconfig -g carp -carpdemote 128 >/dev/null 2>&1 mixerctl_conf