Subject: CVS commit: basesrc/sbin/disklabel
To: None <source-changes@netbsd.org>
From: Jon Buller <jonb@netbsd.org>
List: source-changes
Date: 12/06/2002 00:59:26
Module Name:	basesrc
Committed By:	jonb
Date:		Thu Dec  5 22:59:26 UTC 2002

Modified Files:
	basesrc/sbin/disklabel: disklabel.c

Log Message:
While cleaning up other places that invoked $EDITOR, noticed that
this one had all the infrastructure of fork/exec/wait, like the
others, but called system instead of exec creating an extra PID
and associated memory usage during the edit.


To generate a diff of this commit:
cvs rdiff -r1.108 -r1.109 basesrc/sbin/disklabel/disklabel.c

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