Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8120 - einfon instead of einfo in /etc/init.d/alsasound
Summary: einfon instead of einfo in /etc/init.d/alsasound
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High trivial (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-19 14:45 UTC by f96-ter
Modified: 2003-02-04 19:42 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 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