Subject: CVS commit: src/sbin/resize_ffs
To: None <source-changes@netbsd.org>
From: John Kohl <jtk@netbsd.org>
List: source-changes
Date: 02/21/2003 06:08:55
Module Name:	src
Committed By:	jtk
Date:		Fri Feb 21 04:08:55 UTC 2003

Added Files:
	src/sbin/resize_ffs: Makefile TODO resize_ffs.8 resize_ffs.c

Log Message:
Preliminary version of resize_ffs, based on der Mouse's fsresize tool.
I didn't have time to clean it up completely before my legal status
w.r.t. open source projects goes into limbo for a while.  Other
developers are encouraged to play with the tool and get it into
release-worthy shape.

TODO list (see TODO file)

* verify it builds on -current, put it into release lists/etc. and src/sbin/Makefile
  (built & tested on 1.6.1)
* make it ask questions before doing any work (confirm)
* create regression test suite (see discussions on tech-kern and
  developers) and fix any bugs
* verify conversion to ANSI C didn't break anything
* port to UFS2


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sbin/resize_ffs/Makefile src/sbin/resize_ffs/TODO \
    src/sbin/resize_ffs/resize_ffs.8 src/sbin/resize_ffs/resize_ffs.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.