Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 08/10/1996 15:00:04
explorer
Sat Aug 10 14:54:50 EDT 1996
Update of /a/cvsroot/src/sbin/disklabel
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv28463

Modified Files:
	disklabel.c 
Log Message:
Fix disklabel to deal with some syntax errors a little better.

Mostly, when someone specifies a partition entry like:

  c:  1295850         0
or
  g:  1295850         0    4.2BSD

disklabel would dump core.  Now it generates a warning like it should
in the first case and complains about too few fields in the second.

Perhaps I should just default to unused in the first case, but this prevents
core dumps.  (pr bin/2659)


explorer
Sat Aug 10 14:57:54 EDT 1996
Update of /a/cvsroot/doc
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv28603

Modified Files:
	CHANGES 
Log Message:
mention other disklabel fix