From owner-freebsd-hackers@FreeBSD.ORG Wed Jan 10 22:55:00 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1A62216A412 for ; Wed, 10 Jan 2007 22:55:00 +0000 (UTC) (envelope-from SRS0=e45MbK=GT=vvelox.net=v.velox@yourhostingaccount.com) Received: from mailout20.yourhostingaccount.com (mailout20.yourhostingaccount.com [65.254.253.166]) by mx1.freebsd.org (Postfix) with ESMTP id E292813C44B for ; Wed, 10 Jan 2007 22:54:59 +0000 (UTC) (envelope-from SRS0=e45MbK=GT=vvelox.net=v.velox@yourhostingaccount.com) Received: from scan08.yourhostingaccount.com ([10.1.1.238] helo=scan08.yourhostingaccount.com) by mailout20.yourhostingaccount.com with esmtp (Exim) id 1H4mLT-0000qg-4O for freebsd-hackers@freebsd.org; Wed, 10 Jan 2007 17:54:59 -0500 Received: from authsmtp08.yourhostingaccount.com ([10.1.18.8] ident=exim) by scan08.yourhostingaccount.com with spamscanlookuphost (Exim) id 1H4mLS-0001qy-TG for freebsd-hackers@freebsd.org; Wed, 10 Jan 2007 17:54:58 -0500 Received: from authsmtp08.yourhostingaccount.com ([10.1.18.8] helo=authsmtp08.yourhostingaccount.com) by scan08.yourhostingaccount.com with esmtp (Exim) id 1H4mLS-0001qu-HU for freebsd-hackers@freebsd.org; Wed, 10 Jan 2007 17:54:58 -0500 Received: from [69.92.217.33] (helo=vixen42) by authsmtp08.yourhostingaccount.com with esmtpa (Exim) id 1H4mLS-0001DV-5V; Wed, 10 Jan 2007 17:54:58 -0500 Date: Wed, 10 Jan 2007 16:54:59 -0600 From: Vulpes Velox To: Doug Barton Message-ID: <20070110165459.218f4a9e@vixen42> In-Reply-To: <45A56539.9070204@FreeBSD.org> References: <20070107190616.73dee7b0@vixen42> <45A1DE76.7000201@FreeBSD.org> <20070108185247.2b6e1f69@vixen42> <45A407D1.9030101@FreeBSD.org> <20070109184346.135e0bf4@vixen42> <45A56539.9070204@FreeBSD.org> X-Mailer: Claws Mail 2.7.0 (GTK+ 2.10.7; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-EN-UserInfo: 0d1ca1697cdb7a831d4877828571b7ab:1570f0de6936c69fef9e164fffc541bc X-EN-AuthUser: vvelox2 Sender: Vulpes Velox Cc: freebsd-hackers@freebsd.org Subject: Re: LDAP integration X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jan 2007 22:55:00 -0000 On Wed, 10 Jan 2007 14:14:17 -0800 Doug Barton wrote: > Vulpes Velox wrote: > > > There will be no massive patch for it, given it involves little > > more than the inclusion of a single rc.d file and a bit of > > documentation. > > In that case, you'll be glad to know that the base in 6.x and newer > already supports running a local rc.d script in the overall rcorder > at boot time, so all you have to do is make a port of your project > and you're good to go. I though ports sticking stuff in /etc was considered very improper and thus non-commitable?