Re: Inserting Init script

2003-06-11 Thread Brian McGroarty
On Tue, Jun 10, 2003 at 04:36:46AM +0200, Marino Fernandez wrote: > On Tuesday 10 June 2003 06:37 am, Kevin McKinley wrote: > > On Mon, 9 Jun 2003 22:45:30 +0200 > > > > Marino Fernandez <[EMAIL PROTECTED]> wrote: > > > Once I placed a bash script in /etc/init.d, how do I create a link so it > > >

Re: Inserting Init script

2003-06-10 Thread Marino Fernandez
On Tuesday 10 June 2003 06:37 am, Kevin McKinley wrote: > On Mon, 9 Jun 2003 22:45:30 +0200 > > Marino Fernandez <[EMAIL PROTECTED]> wrote: > > Once I placed a bash script in /etc/init.d, how do I create a link so it > > is executed during halt (runlevel 0) and reboot (runlevel 6). I tried > > this

Re: Inserting Init script

2003-06-09 Thread Pigeon
On Mon, Jun 09, 2003 at 10:45:30PM +0200, Marino Fernandez wrote: > Once I placed a bash script in /etc/init.d, how do I create a link so it is > executed during halt (runlevel 0) and reboot (runlevel 6). I tried this: > > update-rc.d start 99 runlvl 0 > > But I get this error: > > expected ru

Re: Inserting Init script

2003-06-09 Thread Kevin McKinley
On Mon, 9 Jun 2003 22:45:30 +0200 Marino Fernandez <[EMAIL PROTECTED]> wrote: > Once I placed a bash script in /etc/init.d, how do I create a link so it > is executed during halt (runlevel 0) and reboot (runlevel 6). I tried > this: > > update-rc.d start 99 runlvl 0 > > But I get this error: >

Re: Inserting Init script

2003-06-09 Thread Alexander Schmehl
* Marino Fernandez <[EMAIL PROTECTED]> [030609 22:45]: > update-rc.d start 99 runlvl 0 > But I get this error: > expected runlevel [0-9S] (did you forget "." ?) Well, don't know how to tell it: You forgot the ".". Sincerely Alexander PS: Of co

Inserting Init script

2003-06-09 Thread Marino Fernandez
Once I placed a bash script in /etc/init.d, how do I create a link so it is executed during halt (runlevel 0) and reboot (runlevel 6). I tried this: update-rc.d start 99 runlvl 0 But I get this error: expected runlevel [0-9S] (did you forget "." ?) Thanks. -- To UNSUBSCRIBE, email to [EMA