Date: Thu, 11 Jan 2007 12:11:06 -0800 (PST) From: Lamont Granquist <lamont@scriptkiddie.org> To: Doug Barton <dougb@FreeBSD.org> Cc: freebsd-hackers@FreeBSD.org Subject: Re: Use of /etc/rc.conf.d (Was: Re: LDAP integration) Message-ID: <Pine.GSO.4.60.0701111205220.2433@sploit.scriptkiddie.org> In-Reply-To: <45A684FC.4070609@FreeBSD.org> References: <20070107190616.73dee7b0@vixen42> <45A1DE76.7000201@FreeBSD.org> <20070108185247.2b6e1f69@vixen42> <45A407D1.9030101@FreeBSD.org> <20070109184346.135e0bf4@vixen42> <Pine.GSO.4.60.0701101316300.5305@sploit.scriptkiddie.org> <45A56107.5050205@FreeBSD.org> <Pine.GSO.4.60.0701101404260.5542@sploit.scriptkiddie.org> <45A566D7.4040907@FreeBSD.org> <Pine.GSO.4.60.0701101434110.5736@sploit.scriptkiddie.org> <45A684FC.4070609@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 11 Jan 2007, Doug Barton wrote: > Lamont Granquist wrote: >> If i understand that correctly its not *exactly* what i was looking for, >> but its better than a monolithic /etc/rc.conf >> >> It looks like you must put /etc/rc.d/inetd config into either >> /etc/rc.conf or /etc/rc.config.d/inetd. > > Actually you can use both, but where variable names overlap whatever > is sourced last will "win." Yeah, poor english, I didn't mean to imply xor. >> That means that if you've got two different orthogonal applications >> runing on the same server which both need to run something orthogonal >> out of inetd then they still wind up needing to do edits to the same >> config file to get inetd configured correctly. > > Not exactly (and I think you're overusing the term orthogonal). :) I think what i really need to do is dig deeper to find truly orthogonal config in /etc/rc.conf. I realized after i posted that i was mixing up inetd settings of /etc/rc.conf and /etc/inetd.conf settings (the latter could really use being busted up int /etc/inetd.d or just using xinetd -- i'm guessing i'll probably find a bikeshed about xinetd if i search the archives though since i can't be the first person to suggest that...) >> I'd rather see >> /etc/rc.config.d/app01 and /etc/rc.config.d/app02 both able to tweak >> inetd settings. Of course there is the possibility that app01 and app02 >> could drop mutually conflicting inetd setttings, but you've got that >> problem anyway in the existing scheme... > > I think this'd be great, I can't wait to see your patches. :) I'll be diving in canada over the three day weekend, so we'll have to see how much i care about this issue a week from now...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.60.0701111205220.2433>