From owner-freebsd-current@FreeBSD.ORG Thu Jul 8 06:46:22 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CAFB16A4CE for ; Thu, 8 Jul 2004 06:46:22 +0000 (GMT) Received: from n33.kp.t-systems-sfr.com (n33.kp.t-systems-sfr.com [129.247.16.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DE9A43D2F for ; Thu, 8 Jul 2004 06:46:21 +0000 (GMT) (envelope-from harti@freebsd.org) Received: from n81.sp.op.dlr.de (n81g.sp.op.dlr.de [129.247.163.1]) i686kHj227164; Thu, 8 Jul 2004 08:46:17 +0200 Received: from zeus.nt.op.dlr.de (zeus.nt.op.dlr.de [129.247.173.3]) i686kHD692408; Thu, 8 Jul 2004 08:46:17 +0200 Received: from beagle.kn.op.dlr.de (opkndnwsbsd178 [129.247.173.178]) by zeus.nt.op.dlr.de (8.11.7+Sun/8.9.1) with ESMTP id i686kFV07607; Thu, 8 Jul 2004 08:46:15 +0200 (MET DST) Date: Thu, 8 Jul 2004 08:46:16 +0200 (CEST) From: Harti Brandt X-X-Sender: brandt@beagle.kn.op.dlr.de To: Charles Swiger In-Reply-To: <1CDCA4DE-D057-11D8-9FB6-003065ABFD92@mac.com> Message-ID: <20040708084449.I43727@beagle.kn.op.dlr.de> References: <6.1.0.6.1.20040707033352.03dbca18@popserver.sfu.ca> <20040707181327.GE54749@over-yonder.net> <1CDCA4DE-D057-11D8-9FB6-003065ABFD92@mac.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org cc: Colin Percival Subject: Re: bringing /etc/services up to date X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Harti Brandt List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jul 2004 06:46:22 -0000 On Wed, 7 Jul 2004, Charles Swiger wrote: CS>Lots of systems implement some external caching system (nscd, lookupd, etc) CS>which those library calls access rather than iterating through the CS>/etc/services file and related sources directly within each process which CS>calls getservby*(). I'm not sure whether the sources for Solaris' nscd are CS>handy, but I believe the sources for lookupd and friends are at: CS> CS>http://developer.apple.com/darwin/projects/opendirectory/ I remember someone from Russia or Ukraina offering something like nscd at least twice during the last 12 month. What happend to that project? harti