Re: Add a new custom service to RH8

2002-10-19 Thread Martin Stricker
"Robert P. J. Day" wrote: > > On Sat, 19 Oct 2002, Tommy McNeely wrote: > > > On Saturday, October 19, 2002 02:21:59 +0200 Martin Stricker wrote: > > > > > bootup or runlevel change. S means start it if entering the > > > runlevel, K means stop (kill) it when leaving the runlevel. > > > > Actual

Re: Add a new custom service to RH8

2002-10-19 Thread Robert P. J. Day
On Sat, 19 Oct 2002, Tommy McNeely wrote: > > bootup or runlevel change. S means start it if entering the runlevel, > > K means stop (kill) it when leaving the runlevel. > > Actually the K scripts mean to KILL (stop) the service when entering the > RunLevel as well... most of the K scripts are i

Re: Add a new custom service to RH8

2002-10-19 Thread Tommy McNeely
bootup or runlevel change. S means start it if entering the runlevel, K means stop (kill) it when leaving the runlevel. Actually the K scripts mean to KILL (stop) the service when entering the RunLevel as well... most of the K scripts are in rc6.d and rc0.d (reboot and shutdown respectively) T

Re: Add a new custom service to RH8

2002-10-19 Thread Mike Chambers
- Original Message - From: "Rob Thorne" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, October 19, 2002 3:13 AM Subject: Re: Add a new custom service to RH8 > Mike Chambers wrote: > >But what happens if you unlink/remove it from your rc3.d dir?

Re: Add a new custom service to RH8

2002-10-19 Thread Rob Thorne
Mike Chambers wrote: what I've seen you have to link it as [S/K]XXyy in order for the services program to 'see' it. But what happens if you unlink/remove it from your rc3.d dir? Does services still see it so you can add it to a particular run level? Mike While you can use a vari

Re: Add a new custom service to RH8

2002-10-18 Thread Mike Chambers
- Original Message - From: "Jason" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 18, 2002 10:18 AM Subject: Re: Add a new custom service to RH8 > Hmm, I just slid up to my coworkers RH8 system and think I figured it out. > I just tried c