config(1) should not allow a deffs to use the same name as a previous
defflag/defparam.
This commit is contained in:
parent
3330cd5795
commit
303f904375
10
regress/usr.bin/config/DEFFS_REDEF
Normal file
10
regress/usr.bin/config/DEFFS_REDEF
Normal 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 ?
|
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user