Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Sep 2006 13:51:56 +0100
From:      RW <list-freebsd-2004@morbius.sent.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Making startup order static
Message-ID:  <200609111351.58195.list-freebsd-2004@morbius.sent.com>
In-Reply-To: <20060910181136.57823.qmail@web34410.mail.mud.yahoo.com>
References:  <20060910181136.57823.qmail@web34410.mail.mud.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 10 September 2006 19:11, White Hat wrote:
> FreeBSD 6.1
>
> I need to keep several programs starting in a
> particular order.
...
> The problem is that every time I update these programs
> the rc.d startup file is modified which destroys the
> changes I have made. 

I've got around this problem in the past by essentially making a new startup 
file, so foo_enable=YES  becomes  myfoo_enable=YES, foo.sh becomes myfoo.sh 
etc. This works reasonably well, because not much actually references local 
startup files, in the startup sequence.

For anything complicated  I would write a script to automate patching of the 
startup scripts.  






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609111351.58195.list-freebsd-2004>