git: disklabel* - Make disk and filesystem types case insensitive.

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Aug 11 10:08:40 PDT 2009


commit a8de4644e441358bbf7213fb1b7a3d04457280fa
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Tue Aug 11 10:06:01 2009 -0700

    disklabel* - Make disk and filesystem types case insensitive.
    
    * e.g. allow 'hammer' or 'HAMMER' to be specified when configuring a
      filesystem type for a partition.  When displayed the proper case will be
      used.
    
      This reduces confusion for people trying to partition a disk manually.

Summary of changes:
 sbin/disklabel/disklabel.c     |    7 ++++---
 sbin/disklabel64/disklabel64.c |    5 +++--
 2 files changed, 7 insertions(+), 5 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a8de4644e441358bbf7213fb1b7a3d04457280fa


-- 
DragonFly BSD source repository





More information about the Commits mailing list