Subject: CVS commit: basesrc/sbin/cgdconfig
To: None <source-changes@netbsd.org>
From: Roland Dowdeswell <elric@netbsd.org>
List: source-changes
Date: 10/13/2002 00:02:18
Module Name:	basesrc
Committed By:	elric
Date:		Sat Oct 12 21:02:18 UTC 2002

Modified Files:
	basesrc/sbin/cgdconfig: cgdconfig.c params.c params.h

Log Message:
Add the concept of a verification method which allows cgdconfig(8)
to reprompt for the passphrase if the key does not meet certain
criteria.  The currently implemented methods are ``none'' and
``disklabel''.  The first behaves in the original fashion, the
second will scan for a disklabel on the cgd after configuration
and if it does not find a disklabel then it will reprompt for the
password and reconfigure the disk.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 basesrc/sbin/cgdconfig/cgdconfig.c
cvs rdiff -r1.1 -r1.2 basesrc/sbin/cgdconfig/params.c \
    basesrc/sbin/cgdconfig/params.h

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