From bdcc326fd3a288edff95c5e0928d3a812c0a096f Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 23 Apr 2001 18:15:18 +0000 Subject: don't load mixer settings; modutils does that in %post-install --- rc.d/rc.sysinit | 6 ------ 1 file changed, 6 deletions(-) (limited to 'rc.d/rc.sysinit') diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 0261dd0d..f2f62d55 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -398,12 +398,6 @@ if grep -q "options sound dmabuf=1" /etc/modules.conf 2>/dev/null ; then action $"Loading sound module ($alias): " modprobe $alias RETURN=$? fi - # Load mixer settings - if grep -q "\(sparcaudio\|sound\)" /proc/devices 2>/dev/null ; then - if [ $RETURN -eq 0 -a -f /etc/.aumixrc -a -x /bin/aumix-minimal ]; then - action $"Loading mixer settings: " /bin/aumix-minimal -f /etc/.aumixrc -L - fi - fi fi if [ -f /proc/sys/kernel/modprobe ]; then -- cgit v1.2.1