Subject: CVS commit: src/usr.bin/config
To: None <source-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: source-changes
Date: 10/01/2005 23:30:37
Module Name:	src
Committed By:	cube
Date:		Sat Oct  1 23:30:37 UTC 2005

Modified Files:
	src/usr.bin/config: defs.h main.c mkioconf.c pack.c sem.c sem.h

Log Message:
o  Keep track of negated devices in deaddevitab
o  Rework do_kill_orphans() to use that information and mark explicitely
   orphaned devices (i.e., the ones whose missing ancestor has been
   negated)
o  Make a distinction between erroneous orphans and explicit orphans.
   Error out on the former, ignore the later (but print a warning when -v
   is used)

Yes, now config(1) will actually stop if you comment out a parent.  That
should help people still hoping adjustkernel is relevant these days :)


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/usr.bin/config/defs.h
cvs rdiff -r1.2 -r1.3 src/usr.bin/config/main.c src/usr.bin/config/pack.c \
    src/usr.bin/config/sem.h
cvs rdiff -r1.4 -r1.5 src/usr.bin/config/mkioconf.c
cvs rdiff -r1.7 -r1.8 src/usr.bin/config/sem.c

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