summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
authorAlexandre Ratchov <ratchov@cvs.openbsd.org>2010-04-23 06:29:37 +0000
committerAlexandre Ratchov <ratchov@cvs.openbsd.org>2010-04-23 06:29:37 +0000
commit01ec204355d36eca91bc225fce353798c62b02f7 (patch)
tree97ad239bf4bc7b5f86de9a44538197a4b7249e7c /etc/rc
parentbf6d18b206050f9fbaa4a75e4dfb6d75be6082e6 (diff)
start ``aucat -l'' from /etc/rc, unless aucat_flags=NO, which is
the default setting in rc.conf. ok deraadt
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/rc b/etc/rc
index 66735407831..622a6a2182a 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.335 2010/01/04 18:03:30 deraadt Exp $
+# $OpenBSD: rc,v 1.336 2010/04/23 06:29:36 ratchov Exp $
# System startup script run by init on autoboot
# or after single-user.
@@ -764,6 +764,10 @@ echo '.'
mixerctl_conf
+if [ X"${aucat_flags}" != X"NO" ]; then
+ aucat -l ${aucat_flags}
+fi
+
# KerberosV master KDC
if [ X"${krb5_master_kdc}" = X"YES" ]; then
echo 'KerberosV master KDC'