Subject: CVS commit: basesrc/usr.sbin/installboot
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 05/20/2002 17:38:38
Module Name:	basesrc
Committed By:	lukem
Date:		Mon May 20 14:38:38 UTC 2002

Modified Files:
	basesrc/usr.sbin/installboot: installboot.c

Log Message:
- clean up display of supported machines & fstypes to ensure that last
  column gets a trailing "," if there's more entries to come.
- if getmachines() or getfstypes() is called with 3 NULL params, just
  print the list of supported items.
- in usage(), call getmachines() and getfstypes() with 3 NULL params.
  (i got sick of typing "installboot -m asdf" to get a list of
  supported machines during testing :)


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 basesrc/usr.sbin/installboot/installboot.c

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