diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2019-04-01 11:39:47 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2019-04-01 11:39:47 +0000 |
commit | 1032588fe3241eacef068375712d2a02ae349360 (patch) | |
tree | 2c4dd3b70602071267518663575e750d5b9ba9b9 /etc | |
parent | d1e4027fbcdc299242ec9b63a8658afe260ba509 (diff) |
revert previous. ifconfig errors may be interesting... to be revisited.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.535 2019/04/01 06:59:36 tedu Exp $ +# $OpenBSD: rc,v 1.536 2019/04/01 11:39:46 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,7 +437,7 @@ echo 'starting network' # 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 +ifconfig -g carp carpdemote 128 sh /etc/netstart @@ -603,7 +603,7 @@ fi [[ -f /etc/rc.local ]] && sh /etc/rc.local # Disable carp interlock. -ifconfig -g carp -carpdemote 128 >/dev/null 2>&1 +ifconfig -g carp -carpdemote 128 mixerctl_conf |