Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jul 1998 09:19:13 -0700 (PDT)
From:      Bruce Evans <bde@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG
Subject:   cvs commit: src/sbin/disklabel disklabel.c
Message-ID:  <199807251619.JAA04666@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         1998/07/25 09:19:12 PDT

  Modified files:
    sbin/disklabel       disklabel.c 
  Log:
  Fixed bugs in `disklabel -R...':
  - nonstandard sector sizes didn't work because the sector size in the
    ASCII label was not read before a (default, wrong) sector size was used.
  - the exit status was 0 after exiting early due to an invalid ASCII label.
  
  Abort `disklabel -B...' if the secondary bootstrap doesn't fit.
  
  Revision  Changes    Path
  1.17      +21 -8     src/sbin/disklabel/disklabel.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807251619.JAA04666>