Subject: PR/12954 CVS commit: src/sbin/disklabel
To: None <jmmv@NetBSD.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: netbsd-bugs
Date: 11/26/2006 16:20:02
The following reply was made to PR bin/12954; it has been noted by GNATS.

From: "Julio M. Merino Vidal" <jmmv@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/12954 CVS commit: src/sbin/disklabel
Date: Sun, 26 Nov 2006 16:16:31 +0000 (UTC)

 Module Name:	src
 Committed By:	jmmv
 Date:		Sun Nov 26 16:16:31 UTC 2006
 
 Modified Files:
 	src/sbin/disklabel: disklabel.8 extern.h interact.c main.c
 
 Log Message:
 Add a '-l' flag and a 'L' command to interactive mode to list all known
 file system types.  (Similar to what fdisk does for partition types.)
 
 Closes PR bin/12954.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.59 -r1.60 src/sbin/disklabel/disklabel.8
 cvs rdiff -r1.9 -r1.10 src/sbin/disklabel/extern.h
 cvs rdiff -r1.29 -r1.30 src/sbin/disklabel/interact.c
 cvs rdiff -r1.12 -r1.13 src/sbin/disklabel/main.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.