From owner-freebsd-stable@FreeBSD.ORG Thu Aug 20 10:18:26 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 32CF31065672 for ; Thu, 20 Aug 2009 10:18:26 +0000 (UTC) (envelope-from jespasac@minibofh.org) Received: from xen-smtp03.cdmon.com (smtp03.cdmon.com [212.36.74.211]) by mx1.freebsd.org (Postfix) with ESMTP id ED4D88FC57 for ; Thu, 20 Aug 2009 10:18:25 +0000 (UTC) Received: from jespasac.cdmon.com (249.Red-88-2-209.staticIP.rima-tde.net [88.2.209.249]) by xen-smtp03.cdmon.com (Postfix) with ESMTPA id BF3BFC04B4 for ; Thu, 20 Aug 2009 12:06:03 +0200 (CEST) Message-ID: <4A8D2169.9050500@minibofh.org> Date: Thu, 20 Aug 2009 12:11:53 +0200 From: Jordi Espasa Clofent User-Agent: Thunderbird 2.0.0.19 (X11/20090107) MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: nscd in 6.x? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Aug 2009 10:18:26 -0000 Hi all, I want to implement nscd in a lot of servers which has diferents releseases of 6.x and 7.x branches. No problem with 7.x branches: nscd seems part of the system now: # whereis nscd && uname -r nscd: /usr/sbin/nscd /usr/share/man/man8/nscd.8.gz /usr/src/usr.sbin/nscd 7.0-RELEASE-p4 But not appears in 6.2: # whereis nscd && uname -r nscd: 6.2-RELEASE-p11 or 6.3 # whereis nscd && uname -r nscd: 6.3-RELEASE-p3 Moreover I've updated the src of one 6.3 to see if this it was included in 6.4 sources but also it's not there: # grep nscd /usr/src/sbin/ ¿Can I use nscd in 6.x branch? ¿Is there some 'alternative'? I've read about "cached" but I don't find anywhere in 6.3 (for example); the only one reference I've found is the port /usr/ports/databases/memcached, but I think it's not nscd-related at all. -- Thanks, Jordi Espasa Clofent