Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 35062 - minor script error in /etc/init.d/alsasound (media-sound/alsa-utils)
Summary: minor script error in /etc/init.d/alsasound (media-sound/alsa-utils)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on: 28843
Blocks:
  Show dependency tree
 
Reported: 2003-12-04 08:35 UTC by Ed Catmur
Modified: 2003-12-04 09:33 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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