4 Jan
2007
4 Jan
'07
9:40 p.m.
On Jan 4, 2007, at 6:57 AM, Mike Roberts wrote:
also, while trying to determine the md5sum of the package, i discovered that the md5sum command appears to be missing from the corefiles port. "info corefiles" suggests that it should be present but i cannot find it in /opt/local/bin.
The coreutils port adds a "g" prefix in order to minimize conflicts with built-in Mac OS X tools: $ port provides `which gmd5sum` /opt/local/bin/gmd5sum is provided by: coreutils $ port provides `which gsha1sum` /opt/local/bin/gsha1sum is provided by: coreutils Mac OS X includes its own md5 command: $ which md5 /sbin/md5 Hope this helps, Chris