K 10 svn:author V 2 se K 8 svn:date V 27 2021-07-06T15:39:03.593775Z K 7 svn:log V 764 md5: Create md5sum, etc compatible programs On Linux, there's a similar set of programs to ours, but that end in the letters 'sum'. These act basically like FreeBSD versions run with the -r option. Add code so that when the program ends in 'sum' you get the linux -r behavior. This is enough to make most things that use sha*sum work correctly (the -c / --check options, as well as the long args are not implemented). When running with the -sum programs, ignore -t instead of running internal speed tests and make -c an error. Reviewed by: sef, and kp and allanjude (earlier version) Relnotes: yes Sponsored by: Netflix Differential Revision: https://reviews.freebsd.org/D30309 Git Hash: 5f13ee9179e15702129d5ea330c599ae9a3b871f Git Author: imp@FreeBSD.org END