diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-01-09 18:14:24 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2005-01-09 18:14:24 +0000 |
commit | 7b81a6ac040236a7d9f8f6bb3113f0f89716060d (patch) | |
tree | 84a715c72249d21adb4a9771ec7f80948b0bc665 /sysutils/dcfldd/files/patch-src:dcfldd.c | |
parent | Update to 1.0.10 (diff) |
Add dcfldd, an enhanced dd tool with MD5 hashing capability.
Notes
Notes:
svn path=/head/; revision=125981
Diffstat (limited to 'sysutils/dcfldd/files/patch-src:dcfldd.c')
-rw-r--r-- | sysutils/dcfldd/files/patch-src:dcfldd.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/dcfldd/files/patch-src:dcfldd.c b/sysutils/dcfldd/files/patch-src:dcfldd.c new file mode 100644 index 000000000000..756e1386d626 --- /dev/null +++ b/sysutils/dcfldd/files/patch-src:dcfldd.c @@ -0,0 +1,11 @@ +--- src/dcfldd.c.orig Mon Jan 10 00:36:19 2005 ++++ src/dcfldd.c Mon Jan 10 00:36:45 2005 +@@ -342,7 +342,7 @@ + hashlog=FILE send MD5 hash output to FILE instead of stderr\n\ + status=[on|off] display a continual status message on stderr\n\ + default state is \"on\"\n\ +- sizeprobe=[if|of] determine the size of the input or output file ++ sizeprobe=[if|of] determine the size of the input or output file\n\ + for use with status messages. (this option\n\ + gives you a percentage indicator)\n\ + WARNING: Read the manual before using this\n\ |