diff options
author | stacktic <stacktic@pkgsrc.org> | 2008-09-29 15:11:35 +0000 |
---|---|---|
committer | stacktic <stacktic@pkgsrc.org> | 2008-09-29 15:11:35 +0000 |
commit | ad56e80cfd13655082f0b2545aa6603ba9930180 (patch) | |
tree | 529b83007a46f5961fabaac6c4c8b440e2765ecf /filesystems/fs-utils/DESCR | |
parent | 4e96d58cb272e8dd95e6ad443001b45b9d3b7c6e (diff) | |
download | pkgsrc-ad56e80cfd13655082f0b2545aa6603ba9930180.tar.gz |
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.
Diffstat (limited to 'filesystems/fs-utils/DESCR')
-rw-r--r-- | filesystems/fs-utils/DESCR | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/filesystems/fs-utils/DESCR b/filesystems/fs-utils/DESCR new file mode 100644 index 00000000000..811580a5afb --- /dev/null +++ b/filesystems/fs-utils/DESCR @@ -0,0 +1,16 @@ +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) |