Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Dec 2000 12:59:30 -0800 (PST)
From:      Philippe Charnier <charnier@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/tunefs tunefs.8 tunefs.c
Message-ID:  <200012102059.eBAKxU431319@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
charnier    2000/12/10 12:59:30 PST

  Modified files:
    sbin/tunefs          tunefs.8 tunefs.c 
  Log:
  The tunefs code assumed that the last argument was the device specification.
  We need to parse the arguments first, then open the device (if
  specified) and then apply the changes. This change will disallow the
  (undocumented) use of multiple instances of the same argument on the
  same command line for the sack of a better error message.
  
  Other changes are:
  1) the softupdates (-n) now issue a warning about remaining unchanged
  2) the usage and man page is changed to specify "space | time" instead of
  "optimization preference".
  
  PR:		bin/23335
  Submitted by:Mark Peek <mark@whistle.com>
  
  Revision  Changes    Path
  1.14      +3 -3      src/sbin/tunefs/tunefs.8
  1.14      +141 -89   src/sbin/tunefs/tunefs.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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