From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 130448 invoked by alias); 18 Aug 2017 00:18:11 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 130405 invoked by uid 89); 18 Aug 2017 00:18:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com D912CC049E31 Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx07.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=dj@redhat.com From: DJ Delorie To: sellcey@cavium.com Cc: libc-alpha@sourceware.org Subject: Re: [PATCH] Remove compat from DEFAULT_CONFIG lookup strings In-Reply-To: <1503005428.2986.20.camel@cavium.com> (message from Steve Ellcey on Thu, 17 Aug 2017 14:30:28 -0700) Date: Fri, 18 Aug 2017 00:18:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2017-08/txt/msg00836.txt.bz2 Also found (crude search) in: ./nss/nsswitch.c: nss_load_all_libraries ("passwd", "compat [NOTFOUND=return] files"); ./nss/nsswitch.c: nss_load_all_libraries ("group", "compat [NOTFOUND=return] files"); ./grp/initgroups.c: no_more = __nss_database_lookup ("group", NULL, "compat files", ./nscd/initgrcache.c: "compat [NOTFOUND=return] files", Do these need to be tweaked also?