From owner-cvs-all@FreeBSD.ORG Sun Oct 24 09:51:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF74116A4CE; Sun, 24 Oct 2004 09:51:22 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 659AB43D2F; Sun, 24 Oct 2004 09:51:22 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i9O9q9KY069667; Sun, 24 Oct 2004 03:52:09 -0600 (MDT) (envelope-from scottl@freebsd.org) Message-ID: <417B7AB2.9060004@freebsd.org> Date: Sun, 24 Oct 2004 03:49:38 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dag-Erling Smorgrav References: <200410240938.i9O9cf4U083000@repoman.freebsd.org> In-Reply-To: <200410240938.i9O9cf4U083000@repoman.freebsd.org> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/usr.sbin/config lang.l X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sun, 24 Oct 2004 09:51:23 -0000 Dag-Erling Smorgrav wrote: > des 2004-10-24 09:38:41 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/config lang.l > Log: > If the file specified in an "include" line does not exist in the current > directory, and its name does not begin with a period or a forward slash, > go look for it in ../../conf. > > Wished for by: scottl > MFC after: 2 weeks > > Revision Changes Path > 1.40 +9 -1 src/usr.sbin/config/lang.l Sigh. I'm sorry I didn't have more time to discuss this. It's indeed a simple fix (which I had already done and tested), but I was stuck on fixing all of the memory leaks that are present. I also wanted to add a 'includedir' token to the grammar so you would override the defaults. Anyways, this is a good start, thanks. Scott