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

Bug 8120

Summary: einfon instead of einfo in /etc/init.d/alsasound
Product: Gentoo Linux Reporter: f96-ter
Component: [OLD] UnspecifiedAssignee: SpanKY <vapier>
Status: RESOLVED INVALID    
Severity: trivial    
Priority: High    
Version: 1.2   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description f96-ter 2002-09-19 14:45:35 UTC
/etc/init.d/alsasound, line 63 
      einfon "Starting sound driver: $i "  
 
The next boot message overwrites this message. Looking up what einfon does I 
guess it should be einfo instead.. 
 
(Ok, that was a silly bug.. Severity: Unaesthetic ..)
Comment 1 SpanKY gentoo-dev 2002-09-19 15:46:01 UTC
theres a bunch of files mispelled in that exact way :)

thanks for the heads up, ill go fix them now
Comment 2 SpanKY gentoo-dev 2002-09-19 15:49:04 UTC
actually i lied, einfon is a function

root@rux0r root # grep einfon /sbin/*
/sbin/functions.sh:einfon() {

its basically an einfo but just does an -ne instead of an -e