NOTICE: This package has been removed from pkgsrc

./filesystems/fs-utils, Tools to access/modify a file system image through RUMP

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 20130701, Package name: fs-utils-20130701, Maintainer: stacktic

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, stat
* 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)


Required to run:
[misc/rump]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 482.253 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 12:25:31 by Nia Alarie | Files touched by this commit (47)
Log message:
filesystems: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 15:51:05 by Nia Alarie | Files touched by this commit (47)
Log message:
filesystems: Remove SHA1 hashes for distfiles
   2015-11-03 01:15:02 by Alistair G. Crooks | Files touched by this commit (39)
Log message:
Add SHA512 digests for distfiles for filesystems category

Existing SHA1 digests verified, all found to be the same on the
machine holding the existing distfiles (morden).  Existing SHA1
digests retained for now as an audit trail.
   2014-01-27 19:41:15 by Thomas Klausner | Files touched by this commit (72)
Log message:
Do not set FETCH_USING, should not be set in a package Makefile.
   2013-07-05 19:25:23 by Arnaud Ysmal | Files touched by this commit (3)
Log message:
Update filesystems/fs-utils to 20130701 - release v1.00
   2013-06-26 23:24:23 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Don't define a symbol twice in the same file.
   2013-06-18 20:52:43 by Thomas Klausner | Files touched by this commit (1)
Log message:
pkglint cleanup:
use standard dependency patterns
set GNU_CONFIGURE to a value
set USE_LIBTOOL since package installs .la files
   2013-06-18 20:52:10 by Thomas Klausner | Files touched by this commit (2)
Log message:
try fixing problem seen in clang bulk build (void function returning value)