Commit graph

6 commits

Author SHA1 Message Date
stacktic
3530ab5909 Update filesystems/fs-utils to 20130519
- add fsu_df command
2013-05-26 17:25:30 +00:00
stacktic
98c99ee208 Update misc/rump and filesystems/fs-utils to 20130430 to use github versions
which are available respectively at
https://github.com/anttikantee/buildrump.sh and
https://github.com/stacktic/fs-utils
2013-05-01 17:16:05 +00:00
stacktic
06d444447f Updated filesystems/fs-utils to version 20091102
- Added support for FreeBSD and Linux
2009-11-02 18:58:10 +00:00
stacktic
8538fec9a3 Updated fs-utils to 20090527
- Fixed some bugs
- Added support of hardlink in fsu_ecp
- Fixed PR pkg/41488
2009-06-05 07:14:18 +00:00
stacktic
9299a4dcfe Fixed filesystems/fs-utils PLIST 2009-02-17 18:35:15 +00:00
stacktic
ad56e80cfd Initial import of fs-utils-20080925 (ok by wiz).
Tools to access and modify a file system image without having to
mount it.

Classic commands included (prefixed with fsu_):

* cat, diff, du, find, ls
* chflags, chmod, chown, mv, rm, rmdir
* cp, ln, mkdir, mkfifo, mknod, touch

New commands:

* fsu_ecp (cp-like which allows the user to get/put files from/to the image)
* fsu_exec (executes a local command like text editor on a file from the image)
* fsu_write (writes its input in a file on the image)
* fsu_console (a command console tool that uses previous commands and adds
  directory browsing)

This package is enabled only for NetBSD 4.99.72 and newer.
2008-09-29 15:11:35 +00:00