config(1) should not allow a deffs to use the same name as a previous

defflag/defparam.
This commit is contained in:
cube 2007-01-06 18:52:47 +00:00
parent 3330cd5795
commit 303f904375
2 changed files with 12 additions and 2 deletions

View File

@ -0,0 +1,10 @@
include "arch/regress/conf/std.regress"
maxusers 4
file-system REGRESSFS
master0 at root
defflag NOT_A_FS
deffs NOT_A_FS
config regress root on ?

View File

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.6 2006/08/07 12:05:06 cube Exp $
# $NetBSD: Makefile,v 1.7 2007/01/06 18:52:47 cube Exp $
# Those configurations only have to be understood by config(1) without
# errors.
SIMPLE_SUCCESS= SHADOW_INSTANCE LOOP LOOP2 PSEUDO_PARENT
SIMPLE_FAILURE= POSTPONED_ORPHAN NO_PSEUDO
SIMPLE_FAILURE= POSTPONED_ORPHAN NO_PSEUDO DEFFS_REDEF
SIMPLE= ${SIMPLE_SUCCESS} ${SIMPLE_FAILURE}