Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 120780 - splashutils and depend() {
Summary: splashutils and depend() {
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-28 17:57 UTC by toto
Modified: 2006-01-29 03:44 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 toto 2006-01-28 17:57:41 UTC
Hi,
If add "splash" to rc-update, /etc/conf.d/local.start start before splash, but after that load net.eth0 and others "default"'s.
"local.start" have nfs mount and other stuff with ethernet, and it's not work.
how to be ? May be add boot "splash" after all like "local" have "depend() { after * }" (, and than depend in "local" don't work =] )?

splash have default
splash-1.1.9.8


And, lirc(-0.7.2) have show when stop like: Lirc Stop Signal XXXX
if see "lircd", we have:
stop() {
        ebegin "Stopping lircd"
        start-stop-daemon --stop --quiet --exec /usr/sbin/lircd
        eend $?
}

May be add some thing like this: > /dev/null 2>&1
and we have: start-stop-daemon --stop --quiet --exec /usr/sbin/lircd > /dev/null 2>&1
I think it make help %]
thx.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-01-28 23:55:04 UTC
Sorry, I don't understand what are you requesting... 
Comment 2 toto 2006-01-29 03:31:13 UTC
hm, I think something wrong with my Gentoo or my hands. After re add splash from init.d, all work fine. Sorry...
And about lirc, a make some screenshot
http://mail.darkside.tomsk.ru/toto/pic_0131.jpg
http://mail.darkside.tomsk.ru/toto/pic_0132.jpg
This message show on stop.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-01-29 03:34:12 UTC
I don't see anything wrong with your bootsplash, closing.
Comment 4 toto 2006-01-29 03:44:46 UTC
Yes, but bee ]] If anyway this "something" show, I request.
And what about lirc, I think he don't show, when work splash, or ?