Re: init process in 2.2.19

2001-04-27 Thread Subba Rao
On 0, Jesse Pollard <[EMAIL PROTECTED]> wrote: > Subba Rao <[EMAIL PROTECTED]>: > > I am trying to add a process which is to be managed by init. I have added the > > following entry to /etc/inittab > > > > SV:2345:respawn:env - PATH=/usr/local/bin:/usr/sbin:/usr/bin:/bin svscan /service > dev/c

Re: init process in 2.2.19

2001-04-27 Thread Russell King
On Thu, Apr 26, 2001 at 05:30:16PM +, Subba Rao wrote: > I am trying to add a process which is to be managed by init. I have added the > following entry to /etc/inittab > > SV:2345:respawn:env - PATH=/usr/local/bin:/usr/sbin:/usr/bin:/bin svscan /service > dev/console > > After saving, I ex

Re: init process in 2.2.19

2001-04-27 Thread Jesse Pollard
Subba Rao <[EMAIL PROTECTED]>: > I am trying to add a process which is to be managed by init. I have added the > following entry to /etc/inittab > > SV:2345:respawn:env - PATH=/usr/local/bin:/usr/sbin:/usr/bin:/bin svscan /service > dev/console > > After saving, I execute the following command:

init process in 2.2.19

2001-04-26 Thread Subba Rao
Hi, I am trying to add a process which is to be managed by init. I have added the following entry to /etc/inittab SV:2345:respawn:env - PATH=/usr/local/bin:/usr/sbin:/usr/bin:/bin svscan /service dev/console After saving, I execute the following command: # kill -HUP 1 This does not