diff options
author | edwin <edwin@FreeBSD.org> | 2007-09-08 13:34:14 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-09-08 13:34:14 +0800 |
commit | ee19f2d4d8ea852ff471ab31b4965c6c89df33b5 (patch) | |
tree | 0926922b8f27189d2c10836319ba1477ee5acf22 /sysutils/Makefile | |
parent | 53e99dc21317bfb792222a867a8c45e63a2ab80c (diff) | |
download | freebsd-ports-gnome-ee19f2d4d8ea852ff471ab31b4965c6c89df33b5.tar.gz freebsd-ports-gnome-ee19f2d4d8ea852ff471ab31b4965c6c89df33b5.tar.zst freebsd-ports-gnome-ee19f2d4d8ea852ff471ab31b4965c6c89df33b5.zip |
[NEW PORT] sysutils/clonehdd: Perl script for partition clone in FreeBSD
Tool for copying partitions to another HDD.
Program correctly understand size diference between two HDD
and change size of each partition proportionally for filling entire HDD
WWW: http://sourceforge.net/projects/clonehdd/
- Anton Lysenok
bart@tapolsky.net.ua
PR: ports/115686
Submitted by: Anton Lysenok <bart@tapolsky.net.ua>
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 483463120db6..8349921b913e 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -84,6 +84,7 @@ SUBDIR += clean SUBDIR += clockspeed SUBDIR += clockspeed-conf + SUBDIR += clonehdd SUBDIR += cloop-utils SUBDIR += cmdwatch SUBDIR += cmospwd |