Re: [gentoo-user] Init sequence

2006-03-23 Thread Sergio Polini
Ryan Tandy: Try calling your favorite rc-script with 'help' as the argument (for example, /etc/init.d/net.eth0 help).  This gives a fairly detailed description of what you're asking. Neil Bothwick: Run any init script with help instead of start/stop and you'll see a fairly comprehensive

[gentoo-user] Init sequence

2006-03-22 Thread Sergio Polini
I'ld like to know how the sequence of init scripts is set up. There are such functions as after() and before() (f.i., in net.lo), and commands like before, need, after in depend() functions (f.i., in cupsd). I'ld like to understand: - what's the difference between after/before commands and

Re: [gentoo-user] Init sequence

2006-03-22 Thread Bo Andresen
On Wednesday 22 March 2006 20:26, Sergio Polini wrote: I'ld like to know how the sequence of init scripts is set up. Did you look in the Gentoo handbook? http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2chap=4 If after reading that you still have unanswered questions then ask again.

Re: [gentoo-user] Init sequence

2006-03-22 Thread Sergio Polini
Bo Andresen: On Wednesday 22 March 2006 20:26, Sergio Polini wrote: I'ld like to know how the sequence of init scripts is set up. Did you look in the Gentoo handbook? http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2chap= 4 If after reading that you still have unanswered

Re: [gentoo-user] Init sequence

2006-03-22 Thread Neil Bothwick
On Wed, 22 Mar 2006 23:44:21 +0100, Sergio Polini wrote: Did you look in the Gentoo handbook? http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2chap= 4 If after reading that you still have unanswered questions then ask again. I had read that page (perhaps I should have

Re: [gentoo-user] Init sequence

2006-03-22 Thread Ryan Tandy
Sergio Polini wrote: I'ld like to know how the sequence of init scripts is set up. There are such functions as after() and before() (f.i., in net.lo), and commands like before, need, after in depend() functions (f.i., in cupsd). Try calling your favorite rc-script with 'help' as the argument