From owner-freebsd-questions@FreeBSD.ORG Thu Nov 18 21:02:46 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E0A016A4CE for ; Thu, 18 Nov 2004 21:02:46 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id D606A43D5D for ; Thu, 18 Nov 2004 21:02:45 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.211); Thu, 18 Nov 2004 15:06:03 -0600 Message-ID: <419D0DFE.5080407@daleco.biz> Date: Thu, 18 Nov 2004 15:02:54 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041023 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Brian Henning References: <47f8d9310411181243ef6862d@mail.gmail.com> In-Reply-To: <47f8d9310411181243ef6862d@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 18 Nov 2004 21:06:04.0352 (UTC) FILETIME=[6A3DBC00:01C4CDB2] cc: FreeBSD Questions Subject: Re: resolv.conf - hosts X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2004 21:02:46 -0000 Brian Henning wrote: >Greetings All: > >Is it possible to add a line above that name server entries in the >resolv.conf file that will tell the system to check the hosts file for >a resolution before querying the dns server(s)? > >Thanks, > >Brian > > # man nsswitch.conf KDK