From owner-freebsd-current@FreeBSD.ORG Sat Oct 23 12:58:29 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 993DC16A4CE; Sat, 23 Oct 2004 12:58:29 +0000 (GMT) Received: from tigra.ip.net.ua (tigra.ip.net.ua [82.193.96.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DD7543D4C; Sat, 23 Oct 2004 12:58:28 +0000 (GMT) (envelope-from ru@ip.net.ua) Received: from localhost (rocky.ip.net.ua [82.193.96.2]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i9NCwQZ9035351; Sat, 23 Oct 2004 15:58:26 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: from tigra.ip.net.ua ([82.193.96.10]) by localhost (rocky.ipnet [82.193.96.2]) (amavisd-new, port 10024) with LMTP id 29500-01; Sat, 23 Oct 2004 15:58:16 +0300 (EEST) Received: from heffalump.ip.net.ua (heffalump.ip.net.ua [82.193.96.213]) by tigra.ip.net.ua (8.12.11/8.12.11) with ESMTP id i9NCvoJT035325; Sat, 23 Oct 2004 15:57:54 +0300 (EEST) (envelope-from ru@ip.net.ua) Received: (from ru@localhost) by heffalump.ip.net.ua (8.13.1/8.13.1) id i9NCvUve046274; Sat, 23 Oct 2004 15:57:30 +0300 (EEST) (envelope-from ru) Date: Sat, 23 Oct 2004 15:57:29 +0300 From: Ruslan Ermilov To: Scott Long Message-ID: <20041023125729.GA46216@ip.net.ua> References: <417960C2.8040007@freebsd.org> <20041022194008.GA23778@odin.ac.hmc.edu> <41796396.5070804@freebsd.org> <41796D6D.7000108@freebsd.org> <41799315.70201@elischer.org> <41799396.9090307@freebsd.org> <20041023082926.GE45235@ip.net.ua> <417A17E0.7000800@freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="gKMricLos+KVdGMg" Content-Disposition: inline In-Reply-To: <417A17E0.7000800@freebsd.org> User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at ip.net.ua cc: current@freebsd.org Subject: Re: Annoying SCSI waiting... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Oct 2004 12:58:29 -0000 --gKMricLos+KVdGMg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Scott, On Sat, Oct 23, 2004 at 02:35:44AM -0600, Scott Long wrote: > I have a feeling that as we expand to things like ARM and possibly > MIPS that there will be very little that is 'standard' anymore. > It might be possible to distill some common 'CORE' pieces, but we > really shouldn't over-engineer this =3D-) > Maybe, it's really hard to say without actually trying it. :-) =20 > I've been hacking up config(8) to allow the 'include' directive to > look outside of the current working directory. Ideally I'd like to > have a new directive that allows you to specify and/or override the > default search path for included configs. Unfortunately my blissful > ignorance towards lex/yacc is starting to show =3D-) >=20 It already works. What you probably miss is double quotes around the argument: # pwd /usr/src/sys/i386/conf # cat TEST include GENERIC include "../../conf/FOO" # cat ../../conf/FOO device foo # config -d /tmp/TEST TEST config: Error: device "foo" is unknown config: 1 errors Cheers, --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --gKMricLos+KVdGMg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQFBelU5qRfpzJluFF4RAoBiAJ9O4+iQSV0Lqk5gj60e5OaRwdC1hgCdFHOg e21zhlNA9oWuEjXB+7s0fOc= =XO6p -----END PGP SIGNATURE----- --gKMricLos+KVdGMg--