Subject: Re: no dev at attachment [was: Re: CVS commit: src/usr.bin/config]
To: Quentin Garnier <cube@netbsd.org>
From: Eric Haszlakiewicz <erh@jodi.nimenees.com>
List: tech-kern
Date: 07/24/2005 19:15:51
On Sun, Jul 24, 2005 at 11:35:40PM +0200, Hubert Feyrer wrote:
> On Sun, 24 Jul 2005, Quentin Garnier wrote:
> > src/usr.bin/config: sem.c
> >
> >Log Message:
> >Implement the long overdue syntax "no <dev> at <attachment>". We can't
> >pretend anymore we don't have it.
> >
> >This is the result of 7 hours of work on the train journey forth and
> >back to the family reunion for the birthday of my cousin Mickael, whom
> >I thank for living just far away enough.
>
> This is very very cool!
yeah! Does it handle dev or attachment being wildcarded? e.g.
after a "com0 at isa?":
no com* at isa?
or even:
no * at isa?
or
no com* at *
or do the dev and attachment need to match exactly?
eric