Subject: CVS commit: syssrc/usr.sbin/config
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 10/11/2002 04:48:29
Module Name:	syssrc
Committed By:	thorpej
Date:		Fri Oct 11 01:48:29 UTC 2002

Modified Files:
	syssrc/usr.sbin/config: gram.y main.c sem.c sem.h

Log Message:
Add support for specifying attributes as option-dependencies,
allowing for the following:

file foo.c	foobar | bar

defflag BAR

device foobar

...to be expressed in the following (more natural) way:

define foo
file foo.c	foo

defflag BAR: foo

device foobar: foo


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 syssrc/usr.sbin/config/gram.y
cvs rdiff -r1.71 -r1.72 syssrc/usr.sbin/config/main.c
cvs rdiff -r1.34 -r1.35 syssrc/usr.sbin/config/sem.c
cvs rdiff -r1.16 -r1.17 syssrc/usr.sbin/config/sem.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.