Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 125859 - /etc/init.d/splash depends on local
Summary: /etc/init.d/splash depends on local
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Lowest trivial (vote)
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-11 11:45 UTC by James Bowlin
Modified: 2006-03-11 17:05 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 Bowlin 2006-03-11 11:45:46 UTC
The splash init.d script says:

# run after local so that the boot time splash image
# is visible for as long as possible
depend() {
	need local
}

This is unwise for several reasons.  First, if anything in local.start breaks then the splash screens don't get set up which can be baffling at first. Second, if people have problems getting their initrd working (search bugs for "splash") then this delays having any eye-candy for as long as possible.

I think it would be better to have the default be to *not* depend on local,  but perhaps have the code still in there but commented out.  Having local break splash by default is absurd.  Local should run last by default as god herself intended.
Comment 1 Michal Januszewski (RETIRED) gentoo-dev 2006-03-11 17:05:38 UTC
This is already fixed in all splashutils versions higher than 1.1.9.8-r1.