Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 35062

Summary: minor script error in /etc/init.d/alsasound (media-sound/alsa-utils)
Product: Gentoo Linux Reporter: Ed Catmur <ed>
Component: Current packagesAssignee: Gentoo Sound Team <sound>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 28843    
Bug Blocks:    

Description Ed Catmur 2003-12-04 08:35:28 UTC
As in bug 28843

--- files/alsasound     2003-09-16 14:42:38.000000000 +0100
+++ /etc/init.d/alsasound       2003-12-04 09:21:53.000000000 +0000
@@ -113,7 +113,7 @@
  
 stop() {
        if [ ! -d /proc/asound ] ; then
-               error "ALSA is not loaded"
+               eerror "ALSA is not loaded"
                return 0
        fi
  
This typo was somehow recreated when moving /etc/init.d/alsasound from 
media-sound/alsa-driver to media-sound/alsa-utils.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-12-04 09:33:05 UTC
in cvs