RE: How to change shutdown order of K scripts

2001-04-27 Thread Mikkel L. Ellertson
On Thu, 26 Apr 2001, Brian Wince wrote: > I had renamed it to K15atria in both rc0.d and rc6.d, this did not work. > I modified /etc/rc.d/init.d/atria to contain the following. > > # atria Bring up/down ClearCase > # > # chkconfig: 2345 77 15 > # description: Activate/Deactivate Cle

Re: How to change shutdown order of K scripts

2001-04-25 Thread Mikkel L. Ellertson
On Wed, 25 Apr 2001, Brian Wince wrote: > All, > > I have a application called atria that needs to be shutdown before > /etc/init.d/network gets shutdown. > I have tried renaming the kill script in /etc/rc.d/rc6.d and /etc/rc.d/rc0.d > to be before K20nfs and K90network but it does not change the

Re: How to change shutdown order of K scripts

2001-04-25 Thread David Young
27;ll need to do `chkconfig atria reset`. > From: Brian Wince <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Wed, 25 Apr 2001 17:23:46 -0700 > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: How to change shutdown order of K scri

How to change shutdown order of K scripts

2001-04-25 Thread Brian Wince
All, I have a application called atria that needs to be shutdown before /etc/init.d/network gets shutdown. I have tried renaming the kill script in /etc/rc.d/rc6.d and /etc/rc.d/rc0.d to be before K20nfs and K90network but it does not change the order of the kill scripts. When I use chkconfig --l