Subject: Re: CVS commit: basesrc/usr.sbin/vnconfig
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 11/07/2001 16:53:40
In article <20011107161804.38A07B008@cvs.netbsd.org>,
Matthias Scheler <tron@netbsd.org> wrote:
>
>Module Name:	basesrc
>Committed By:	tron
>Date:		Wed Nov  7 16:18:03 UTC 2001
>
>Modified Files:
>	basesrc/usr.sbin/vnconfig: vnconfig.c
>
>Log Message:
>Invoke "opendisk" with "iscooked = 1" because existing makefiles and the
>manual page used the block device.
>

I really don't like this. It encourages people using block and character
devices interchangeably when that is incorrect. As far as the Makefiles,
I am fixing them to use:

	vnconfig -c vnd0 ...
	disklabel vnd0

and removing the raw partition hard-coding from the Makefiles.

christos