Re: debug boot script

2008-07-02 Thread Tzafrir Cohen
On Wed, Jul 02, 2008 at 04:43:58PM +0800, ray wrote: > I want to debug an init cript in /etc/rcS.d That script outputs some > messages using echo, so the messages should be printed to the stdout. I > guess the redirect mechanism provided by shell is supposed to work in order > to grab these message

Re: debug boot script

2008-07-02 Thread ray
On Wed, Jul 2, 2008 at 7:39 PM, Gabriel Parrondo <[EMAIL PROTECTED]> wrote: > El mié, 02-07-2008 a las 16:43 +0800, ray escribió: > > I want to debug an init cript in /etc/rcS.d That script outputs some > > messages using echo, so the messages should be printed to the stdout. > > I guess the redir

Re: debug boot script

2008-07-02 Thread Gabriel Parrondo
El mié, 02-07-2008 a las 16:43 +0800, ray escribió: > I want to debug an init cript in /etc/rcS.d That script outputs some > messages using echo, so the messages should be printed to the stdout. > I guess the redirect mechanism provided by shell is supposed to work > in order to grab these messages

debug boot script

2008-07-02 Thread ray
I want to debug an init cript in /etc/rcS.d That script outputs some messages using echo, so the messages should be printed to the stdout. I guess the redirect mechanism provided by shell is supposed to work in order to grab these messages into a file. To verify it, I created a test script in /etc/