Date: Wed, 10 Jan 2007 14:21:11 -0800 From: Doug Barton <dougb@FreeBSD.org> To: Lamont Granquist <lamont@scriptkiddie.org> Cc: freebsd-hackers@FreeBSD.org, Vulpes Velox <v.velox@vvelox.net> Subject: Re: LDAP integration Message-ID: <45A566D7.4040907@FreeBSD.org> In-Reply-To: <Pine.GSO.4.60.0701101404260.5542@sploit.scriptkiddie.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>
next in thread | previous in thread | raw e-mail | index | archive | help
Lamont Granquist wrote: > > > On Wed, 10 Jan 2007, Doug Barton wrote: >>> And if you're looking specifically at the /etc/rc.conf config file, what >>> would be more useful would be an /etc/rc.conf.d/ directory. >> >> Good news for you, we already support that. :) I agree that it makes a >> great tool for the "many systems" problem, and could reasonably be >> used for part of the "dynamic laptop" problem too. > > 7-current feature? I'm not seeing it in rc.conf(5) on my RELENG_6-ish > system... It's not documented, but the code is there in /etc/rc.subr: grep 'rc.conf\.d' /etc/rc.subr if [ -f /etc/rc.conf.d/"$_name" ]; then debug "Sourcing /etc/rc.conf.d/${_name}" . /etc/rc.conf.d/"$_name" ... -- This .signature sanitized for your protection
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45A566D7.4040907>