Re: What about breaking rc.sysint up into an rc.sysinit.d

2002-07-15 Thread Robin Holt
Greg Freemyer wrote: > > Does anyone know if Robin Holt's patch to break up rc.sysinit made it into the new >Redhat Beta? > > Greg Freemyer > The Norcross Group > The bugzilla bug is 67681. I failed to assign it when I first opened it and it has languished. I assigned it to the initscrip

Re: What about breaking rc.sysint up into an rc.sysinit.d

2002-06-21 Thread Bill Rugolsky Jr.
On Fri, Jun 21, 2002 at 06:47:33AM -0500, Robin Holt wrote: > I have had these changes ready for some time now. I would like them > reviewed. Pending that reviewal, I would like them incorporated > into the next RedHat distro. How do I accomplish this? Do I start > with Bugzilla? What is next

Re: What about breaking rc.sysint up into an rc.sysinit.d

2002-06-21 Thread Robin Holt
Robin Holt wrote: > Some of the pieces I am building and adding to my RedHat installation are > requiring modifications to the /etc/rc.d/rc.sysinit script. > > What would be the response to creating an rc.sysinit.d, breaking the > rc.sysinit > script into smaller scripts that live in rc.sysinit

Re: What about breaking rc.sysint up into an rc.sysinit.d

2002-06-10 Thread Panu Matilainen
On Mon, 10 Jun 2002, Robin Holt wrote: > Robin Holt wrote: > > > Some of the pieces I am building and adding to my RedHat installation are > > requiring modifications to the /etc/rc.d/rc.sysinit script. > > > > What would be the response to creating an rc.sysinit.d, breaking the > > rc.sysinit

Re: What about breaking rc.sysint up into an rc.sysinit.d

2002-06-10 Thread Robin Holt
Greg Freemyer wrote: > Robin, > > I hope Redhat accepts your proposal. It would also be nice to get it into the LSB, >but I have no idea how to make that happen. > > The SSI Linux project is a rapidly advancing Linux clustering project. >http://ssic-linux.sourceforge.net/ > > They are curre

Re: What about breaking rc.sysint up into an rc.sysinit.d

2002-06-10 Thread Robin Holt
Robin Holt wrote: > Some of the pieces I am building and adding to my RedHat installation are > requiring modifications to the /etc/rc.d/rc.sysinit script. > > What would be the response to creating an rc.sysinit.d, breaking the > rc.sysinit > script into smaller scripts that live in rc.sysinit

Re: What about breaking rc.sysint up into an rc.sysinit.d

2002-06-06 Thread John Summerfield
> Robin Holt wrote: > > > Some of the pieces I am building and adding to my RedHat installation are > > requiring modifications to the /etc/rc.d/rc.sysinit script. > > > > What would be the response to creating an rc.sysinit.d, breaking the > > rc.sysinit > > script into smaller scripts that li

Re: What about breaking rc.sysint up into an rc.sysinit.d

2002-06-06 Thread Robin Holt
Robin Holt wrote: > Some of the pieces I am building and adding to my RedHat installation are > requiring modifications to the /etc/rc.d/rc.sysinit script. > > What would be the response to creating an rc.sysinit.d, breaking the > rc.sysinit > script into smaller scripts that live in rc.sysinit

Re: What about breaking rc.sysint up into an rc.sysinit.d

2002-06-06 Thread Robin Holt
Robin Holt wrote: > Some of the pieces I am building and adding to my RedHat installation are > requiring modifications to the /etc/rc.d/rc.sysinit script. > > What would be the response to creating an rc.sysinit.d, breaking the > rc.sysinit > script into smaller scripts that live in rc.sysinit

Re: What about breaking rc.sysint up into an rc.sysinit.d

2002-06-05 Thread Florin Andrei
On Wed, 2002-06-05 at 07:19, Robin Holt wrote: > > 1) rc.sysinit.d would be created. > 2) rc.sysinit script would be broken into many small scripts, each with > a definite purpose. > ie: the launching setting of networking options would end up being a > script named rc.sysinit.d/10network.

Re: What about breaking rc.sysint up into an rc.sysinit.d

2002-06-05 Thread Robin Holt
>>The one I am coming across right now is lkcd (Linux Kernel Crash Dump) >>which needs the crash dump command run before the swapon occurs. This >>happens in rc.sysinit. Any other suggestions are welcome, but I think >>this would make the addition of new early init pieces more modular. >> >>

Re: What about breaking rc.sysint up into an rc.sysinit.d

2002-06-05 Thread James Olin Oden
> > James Olin Oden wrote: > > >>Some of the pieces I am building and adding to my RedHat installation are > >>requiring modifications to the /etc/rc.d/rc.sysinit script. > >> > >>What would be the response to creating an rc.sysinit.d, breaking the > >>rc.sysinit > >>script into smaller scripts

Re: What about breaking rc.sysint up into an rc.sysinit.d

2002-06-05 Thread Robin Holt
Pekka Savola wrote: >On Wed, 5 Jun 2002, John Summerfield wrote: > >>>Some of the pieces I am building and adding to my RedHat installation are >>>requiring modifications to the /etc/rc.d/rc.sysinit script. >>> >>>What would be the response to creating an rc.sysinit.d, breaking the >>>rc.sysinit

Re: What about breaking rc.sysint up into an rc.sysinit.d

2002-06-05 Thread Robin Holt
James Olin Oden wrote: >>Some of the pieces I am building and adding to my RedHat installation are >>requiring modifications to the /etc/rc.d/rc.sysinit script. >> >>What would be the response to creating an rc.sysinit.d, breaking the >>rc.sysinit >>script into smaller scripts that live in rc.sy

Re: What about breaking rc.sysint up into an rc.sysinit.d

2002-06-05 Thread Pekka Savola
On Wed, 5 Jun 2002, John Summerfield wrote: > > Some of the pieces I am building and adding to my RedHat installation are > > requiring modifications to the /etc/rc.d/rc.sysinit script. > > > > What would be the response to creating an rc.sysinit.d, breaking the > > rc.sysinit > > script into sm

Re: What about breaking rc.sysint up into an rc.sysinit.d

2002-06-05 Thread John Summerfield
> Some of the pieces I am building and adding to my RedHat installation are > requiring modifications to the /etc/rc.d/rc.sysinit script. > > What would be the response to creating an rc.sysinit.d, breaking the > rc.sysinit > script into smaller scripts that live in rc.sysinit.d and modifying >

Re: What about breaking rc.sysint up into an rc.sysinit.d

2002-06-05 Thread James Olin Oden
> > Some of the pieces I am building and adding to my RedHat installation are > requiring modifications to the /etc/rc.d/rc.sysinit script. > > What would be the response to creating an rc.sysinit.d, breaking the > rc.sysinit > script into smaller scripts that live in rc.sysinit.d and modifying