diff options
author | Bill Nottingham <notting@redhat.com> | 2001-04-23 18:15:18 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2001-04-23 18:15:18 +0000 |
commit | bdcc326fd3a288edff95c5e0928d3a812c0a096f (patch) | |
tree | 2fe4a055911db52161818f819e198d37ee79669e /rc.d/rc.sysinit | |
parent | 32f86661e269d5fbcfe902263c6e11245670e5c8 (diff) | |
download | initscripts-bdcc326fd3a288edff95c5e0928d3a812c0a096f.tar initscripts-bdcc326fd3a288edff95c5e0928d3a812c0a096f.tar.gz initscripts-bdcc326fd3a288edff95c5e0928d3a812c0a096f.tar.bz2 initscripts-bdcc326fd3a288edff95c5e0928d3a812c0a096f.tar.xz initscripts-bdcc326fd3a288edff95c5e0928d3a812c0a096f.zip |
don't load mixer settings; modutils does that in %post-install
Diffstat (limited to 'rc.d/rc.sysinit')
-rwxr-xr-x | rc.d/rc.sysinit | 6 |
1 files changed, 0 insertions, 6 deletions
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 |