diff options
author | jmg <jmg@FreeBSD.org> | 1999-05-05 20:21:59 +0000 |
---|---|---|
committer | jmg <jmg@FreeBSD.org> | 1999-05-05 20:21:59 +0000 |
commit | 93a59bf8d2d3b91d791861c45e13caf1e8359c7f (patch) | |
tree | e332671beaeb5d80ba686ef00a3b9de796dc1076 /sysutils/ffsrecov/pkg-descr | |
parent | dc1ed1a17dcf4b12e95da4accd7547c1c01e6301 (diff) | |
download | FreeBSD-ports-93a59bf8d2d3b91d791861c45e13caf1e8359c7f.zip FreeBSD-ports-93a59bf8d2d3b91d791861c45e13caf1e8359c7f.tar.gz |
reimport my ffs recovery tool into sysutils, NOT sysutil, that's what I
get for using easy-import...
Pointed out by: asami
Diffstat (limited to 'sysutils/ffsrecov/pkg-descr')
-rw-r--r-- | sysutils/ffsrecov/pkg-descr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/ffsrecov/pkg-descr b/sysutils/ffsrecov/pkg-descr new file mode 100644 index 0000000..b3efd9c --- /dev/null +++ b/sysutils/ffsrecov/pkg-descr @@ -0,0 +1,4 @@ +ffsrecov is used to dump data out of the file system by specifing the raw +inode. It can also return information on a specific inode and list the +contents of the directory. It can also search through directories to find +the inode numbers of files with a matching name. |