At Wed, 15 Sep 2010 12:48:27 +0900, Shigio YAMAGUCHI wrote: > Additionally, sha256 doesn't have the -c option. > So, you should use diff(1) instead. > > % sha256 -r download/* >sha256sums.tmp > % diff -w sha256sums sha256sums.tmp # -w option ignores spaces. > % uname -rs > FreeBSD 6.1-RELEASE
If you install coreutils from BSD ports does that include sha256sum? (maybe it is called gsha256sum). If you can put that in your gar.conf.mk file as CHECKSUM_CMD=... it will be the simplest solution I think.
