Home | History | Annotate | Line # | Download | only in config
      1 include "arch/regress/conf/std.regress"
      2 
      3 maxusers 4
      4 
      5 file-system	REGRESSFS
      6 
      7 master0		at root
      8 
      9 parenti*	at master?
     10 
     11 # Here, parenti is negated before the child* instance is declared.  That
     12 # means the child* instance does not qualify as an explicit orphan and
     13 # therefore should _not_ be ignored.
     14 #
     15 # config(1) should error out on that config file.
     16 
     17 no parenti
     18 
     19 child*		at parenti?
     20 
     21 config regress root on ?
     22