summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2006-01-12 21:54:16 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2006-01-12 21:54:16 +0000
commit5ae4cfc768d5669a7e2a462a4a67261ea738ae74 (patch)
treea44ad058a5904c86647484e61ef59e07959ffc19 /etc
parent8b668238c800a170742139942d8f4fb8e8b05aa1 (diff)
configure mixers late; obsd@enop.org 4970
Diffstat (limited to 'etc')
-rw-r--r--etc/rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc b/etc/rc
index ea06dde559d..9ae32ba12b5 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.276 2005/11/30 16:04:33 tom Exp $
+# $OpenBSD: rc,v 1.277 2006/01/12 21:54:15 deraadt Exp $
# System startup script run by init on autoboot
# or after single-user.
@@ -240,8 +240,6 @@ fi
sysctl_conf
-mixerctl_conf
-
# set hostname, turn on network
echo 'starting network'
if [ -f /etc/resolv.conf.save ]; then
@@ -695,6 +693,8 @@ echo '.'
wsconsctl_conf
+mixerctl_conf
+
# KerberosV master KDC
if [ X"${krb5_master_kdc}" = X"YES" ]; then
echo 'KerberosV master KDC'