> > 2. sha256sum: not found > > > > I'm not sure what to do about this - the files are checked with > "sha256sum -c" so it is an essential requirement. > > Is there any command available on FreeBSD for testing > sha256 sums? Maybe under a different name.
It seems that sha256(1) is available. % which sha256 /sbin/sha256 % sha256 -r download/* 55e32a188d91862d69ea6fb607c060bef59c72b289bd221285dc9dcaf852dcac download/global-5.9.2.tar.gz b7337cf61e17f5510bde2fcced5e4fb90cb3c2623241af87e5ea43e81ed9ebb1 download/global-5.9.2.tar.gz.sig % uname -rs FreeBSD 6.1-RELEASE -- Shigio YAMAGUCHI <[email protected]> PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3
