diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-01-12 21:54:16 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-01-12 21:54:16 +0000 |
commit | 5ae4cfc768d5669a7e2a462a4a67261ea738ae74 (patch) | |
tree | a44ad058a5904c86647484e61ef59e07959ffc19 /etc | |
parent | 8b668238c800a170742139942d8f4fb8e8b05aa1 (diff) |
configure mixers late; obsd@enop.org 4970
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.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' |