Re: Question about scripts in /etc/rc6.d

2003-02-16 Thread Pigeon
On Sun, Feb 16, 2003 at 02:39:47PM +0100, Qian Gong wrote: > In /etc/rc6.d there is a link S30urandom. But run level 6 means reboot, > which should stop (K) urandom, instead of start (S). More interesting is > that "init 6" actually stops urandom. Another link is S35networking whose > name means "s

Re: Question about scripts in /etc/rc6.d [Solved]

2003-02-16 Thread Qian Gong
Now it's clear to me. Thanks to Bob and Shyamal. Qian On Sun, Feb 16, 2003 at 01:16:34PM -0500, Bob Hilliard wrote: > Qian Gong <[EMAIL PROTECTED]> writes: > > > In /etc/rc6.d there is a link S30urandom. But run level 6 means reboot, > > which should stop (K) urandom, instead of start (S). More i

Re: Question about scripts in /etc/rc6.d

2003-02-16 Thread Bob Hilliard
Qian Gong <[EMAIL PROTECTED]> writes: > In /etc/rc6.d there is a link S30urandom. But run level 6 means reboot, > which should stop (K) urandom, instead of start (S). More interesting is > that "init 6" actually stops urandom. Another link is S35networking whose > name means "start", but in fact "

Re: Question about scripts in /etc/rc6.d

2003-02-16 Thread Shyamal Prasad
"Qian" == Qian Gong <[EMAIL PROTECTED]> writes: Qian> In /etc/rc6.d there is a link S30urandom. But run level 6 Qian> means reboot, which should stop (K) urandom, instead of Qian> start (S). More interesting is that "init 6" actually stops Qian> urandom. Another link is S35netw

Question about scripts in /etc/rc6.d

2003-02-16 Thread Qian Gong
In /etc/rc6.d there is a link S30urandom. But run level 6 means reboot, which should stop (K) urandom, instead of start (S). More interesting is that "init 6" actually stops urandom. Another link is S35networking whose name means "start", but in fact "networking" is stopped. Any idea to explain? Th