From owner-freebsd-arch@FreeBSD.ORG Tue Nov 6 17:28:30 2007 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FC5716A46B for ; Tue, 6 Nov 2007 17:28:30 +0000 (UTC) (envelope-from ivan.pulleyn@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.freebsd.org (Postfix) with ESMTP id CD49613C4B6 for ; Tue, 6 Nov 2007 17:28:28 +0000 (UTC) (envelope-from ivan.pulleyn@gmail.com) Received: by ug-out-1314.google.com with SMTP id y2so1396841uge for ; Tue, 06 Nov 2007 09:28:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=VglTed2pxgHXJGsleFkzqbYxXWGPaVXLWag3/S+3Kgo=; b=l8xWfDLXbaHFQTEtI8qGdRwLO1Im9hLPZAikuBNQLLu8whtaKQ1a19X4/ptvAtDi31yCHtshCwWZm6oqcM4oqIF36RL3Uko8v29GIxHqN5t/0ytII/fNYH7maweE+I+5e7YTEDEV+GLOLujXfo3QadLLQm7SRjumHGjRATYQgrw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=b9d6R174Rn/87R0fx+SxTGV2gCnVhj5QbgJ6F9B+hO5+axR+28/oyV3VqxmD3Iq0cXtuS3KKz6qBZ81Bk5lrickJ8m4APbPDJeLbnPvwmXFgrRtaT5su0x1+krlaqci9zKX0KE+2JEccNQhHT7awyEn2smARl5tFyHTZnZtVB+0= Received: by 10.78.173.20 with SMTP id v20mr5098774hue.1194368414309; Tue, 06 Nov 2007 09:00:14 -0800 (PST) Received: by 10.78.45.8 with HTTP; Tue, 6 Nov 2007 09:00:14 -0800 (PST) Message-ID: <755b32b20711060900w6f213c0fy5f48de4238788293@mail.gmail.com> Date: Tue, 6 Nov 2007 09:00:14 -0800 From: "Ivan Pulleyn" To: obrien@freebsd.org, freebsd-arch@freebsd.org In-Reply-To: <20071106160521.GG18357@dragon.NUXI.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071106160521.GG18357@dragon.NUXI.org> Cc: Subject: Re: Rename sys/*/conf/DEFAULT to _DEFAULT X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Nov 2007 17:28:30 -0000 On Nov 6, 2007 8:05 AM, David O'Brien wrote: > > A very simple solution to this is to rename "DEFAULTS" to "_DEFAULTS". > I would think adding "/DEFAULTS" to your file name completion exclude list would be a better solution. Ivan..,