cvs commit: src/sbin/gpt add.c gpt.8 gpt.c gpt.h remove.c

Dag-Erling Smorgrav des at FreeBSD.org
Sun Apr 24 13:08:29 PDT 2005


des         2005-04-24 20:08:29 UTC

  FreeBSD src repository

  Modified files:
    sbin/gpt             add.c gpt.8 gpt.c gpt.h remove.c 
  Log:
  - distinguish between the device name (what the user called it on the
    command line) and the device path (what we passed to open()).  Use
    the former in diagnostics.
  - when adding or removing partitions, print a single line to stdout for
    each partition that was added or removed, indicating its name.
  - add an -a option to 'gpt remove' which must be explicitly specified
    to remove all partitions.
  
  Approved by:    marcel (in prinicple)
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.11      +2 -0      src/sbin/gpt/add.c
  1.12      +11 -2     src/sbin/gpt/gpt.8
  1.10      +15 -11    src/sbin/gpt/gpt.c
  1.7       +1 -1      src/sbin/gpt/gpt.h
  1.4       +16 -3     src/sbin/gpt/remove.c


More information about the cvs-all mailing list