Warner Losh <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- Re: Two Junior Kernel Hacker tasks.. Warner Losh
- Re: Two Junior Kernel Hacker tasks.. freebsd-hackers
- Re: Two Junior Kernel Hacker tasks.. Warner Losh
- Re: Two Junior Kernel Hacker tasks.. hackers
- Re: Two Junior Kernel Hacker tasks.. Warner Losh
- Re: Two Junior Kernel Hacker tasks.. Warner Losh
- Re: Two Junior Kernel Hacker tasks.. Dima Dorfman
- Re: Two Junior Kernel Hacker tasks.. John Baldwin
- "include" directive in config(8) (was... Dima Dorfman
- Re: "include" directive in config... Warner Losh
- Re: "include" directive in co... Dima Dorfman
- Re: "include" directive ... Cyrille Lefevre
- Re: "include" direct... Valentin Nechayev
- Re: "include" direct... Peter Pentchev
- Re: "include" directive ... Warner Losh
- Re: Two Junior Kernel Hacker tasks.. Valentin Nechayev
- Re: Two Junior Kernel Hacker tasks.. Terry Lambert
- Re: Two Junior Kernel Hacker tasks.. Peter Pentchev
- Re: Two Junior Kernel Hacker tasks.. Terry Lambert
- Re: Two Junior Kernel Hacker tasks.. Peter Pentchev
- Re: Two Junior Kernel Hacker tasks.. John Baldwin