Date: Sun, 24 Apr 2005 20:08:29 +0000 (UTC) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/gpt add.c gpt.8 gpt.c gpt.h remove.c Message-ID: <200504242008.j3OK8TiS013107@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504242008.j3OK8TiS013107>
