Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28843 - minor script error, /etc/init.d/alsasound
Summary: minor script error, /etc/init.d/alsasound
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 35062
  Show dependency tree
 
Reported: 2003-09-15 22:28 UTC by James Athey
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 James Athey 2003-09-15 22:28:23 UTC
I just emerged alsa-driver 0.9.6 .
line 116 of /etc/init.d/alsasound reads
                error "ALSA is not loaded"
it should read
                eerror "ALSA is not loaded"

That is all.

Reproducible: Always
Steps to Reproduce:
1. # /etc/init.d/alsasound stop
2. # /etc/init.d/alsasound stop
3. watch a script error appear

Actual Results:  
/sbin/runscript.sh: line 116: error: command not found


Expected Results:  
 * ALSA is not loaded
Comment 1 rob holland (RETIRED) gentoo-dev 2003-09-16 05:55:14 UTC
someone has fixed this now, thanks for pointing it out :)