diff options
author | pav <pav@FreeBSD.org> | 2003-12-18 03:33:31 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-18 03:33:31 +0800 |
commit | 72b17cd5d0335773a0150258bd579de5b680d5c9 (patch) | |
tree | d41fc7331a907e15609182c00d7685f3e3a4f826 /sysutils/Makefile | |
parent | 834df3c71e0865c3fba490a16cc4a4b0bcd9121b (diff) | |
download | freebsd-ports-gnome-72b17cd5d0335773a0150258bd579de5b680d5c9.tar.gz freebsd-ports-gnome-72b17cd5d0335773a0150258bd579de5b680d5c9.tar.zst freebsd-ports-gnome-72b17cd5d0335773a0150258bd579de5b680d5c9.zip |
Add zidrav, a file corruption detection and repair program. It's designed
to provide a way to fix file damage without having to redownload the
entire (potentially large) file over a (potentially slow) connection.
PR: ports/54650
Submitted by: Cosmin Stroe <cstroe1@uic.edu>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 3676bb821b79..1ed526ac6ac5 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -415,6 +415,7 @@ SUBDIR += xwatch SUBDIR += xwipower SUBDIR += yawho + SUBDIR += zidrav SUBDIR += zisofs-tools .include <bsd.port.subdir.mk> |