From owner-cvs-all@FreeBSD.ORG Thu Oct 18 23:35:09 2007 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B4BD416A419; Thu, 18 Oct 2007 23:35:09 +0000 (UTC) (envelope-from bushman@freebsd.org) Received: from mail.r61.net (mail.r61.net [195.208.245.249]) by mx1.freebsd.org (Postfix) with ESMTP id 415E513C44B; Thu, 18 Oct 2007 23:35:07 +0000 (UTC) (envelope-from bushman@freebsd.org) Received: from [127.0.0.1] ([195.161.235.42]) (authenticated bits=0) by mail.r61.net (8.14.1/8.14.1) with ESMTP id l9INYsDK057136; Fri, 19 Oct 2007 03:35:03 +0400 (MSD) (envelope-from bushman@freebsd.org) Message-ID: <4717ED91.9040401@freebsd.org> Date: Fri, 19 Oct 2007 03:34:41 +0400 From: Michael Bushkov User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: John Baldwin References: <200710172320.l9HNKnGl063500@repoman.freebsd.org> <200710181155.19806.jhb@freebsd.org> In-Reply-To: <200710181155.19806.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org, Tom McLaughlin Subject: Re: cvs commit: src/lib/libc/net nscache.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2007 23:35:09 -0000 Actually, this is not the only place, where libc refers to the now-nscd using its old "cached" name, so correcting this macro only won't fix the problem. Actually, most of the API in lib/libc/net/nscache.c and lib/libc/net/cachedcli.c should be changed to use the new name. I'll handle this. John Baldwin wrote: > On Wednesday 17 October 2007 07:20:49 pm Tom McLaughlin wrote: >> tmclaugh 2007-10-17 23:20:49 UTC >> >> FreeBSD src repository (ports committer) >> >> Modified files: >> lib/libc/net nscache.c >> Log: >> - Correctly define CACHED_SOCKET_PATH as /var/run/nscd after cached to >> nscd renaming. >> >> Approved by: mux >> >> Revision Changes Path >> 1.2 +1 -1 src/lib/libc/net/nscache.c > > Should the macro be called NSCD_SOCKET_PATH perhaps? > -- With best regards, Michael Bushkov Southern Federal University