Module Name: src
Committed By: riz
Date: Fri Dec 3 05:23:34 UTC 2010
Modified Files:
src/sbin/resize_ffs: TODO
Log Message:
Turns out, plain-file usage is already supported. *blush*
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sbin/resize_ffs/TODO
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/resize_ffs/TODO
diff -u src/sbin/resize_ffs/TODO:1.4 src/sbin/resize_ffs/TODO:1.5
--- src/sbin/resize_ffs/TODO:1.4 Thu Dec 2 22:04:01 2010
+++ src/sbin/resize_ffs/TODO Fri Dec 3 05:23:34 2010
@@ -2,6 +2,5 @@
* Add support for swapped byte order
* Fix support for disk blocks of size other than 512 bytes
-* Add support for plain files (primarily to ease testing)
* Extend to support UFS2. Probably growth first, then shrinking separately.
* Expand the testing done in src/tests/sbin/resize_ffs