Date: Sun, 24 Jun 2001 13:41:13 -0700 From: Dima Dorfman <dima@unixfreak.org> To: Warner Losh <imp@harmony.village.org> Cc: John Baldwin <jhb@FreeBSD.ORG>, hackers@FreeBSD.ORG, peter@FreeBSD.ORG Subject: Re: "include" directive in config(8) (was: Two Junior Kernel Hacker tasks..) Message-ID: <20010624204114.F2B913E28@bazooka.unixfreak.org> In-Reply-To: <200106242032.f5OKVwV91130@harmony.village.org>; from imp@harmony.village.org on "Sun, 24 Jun 2001 14:31:58 -0600"
next in thread | previous in thread | raw e-mail | index | archive | help
Warner Losh <imp@harmony.village.org> writes: > Is there a way to "undef" an option? I thought about this, too. Right now there isn't a way to do that, and neither OpenBSD nor NetBSD have one AFAIK. That said, I think it would be trivial to implement. The list of options and devices is a simple linked list (mind you, it's a home-grown one, not queue(3)); it shouldn't be too hard to implement "unoption" and "undevice" directives. Dima Dorfman dima@unixfreak.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010624204114.F2B913E28>