I'm trying to create a RM for md5sum, which I invoke as /usr/bin/md5sum. What is the appropriate applicabilty?
With wildcard?
md5sum
*md5sum
With Case insensitive?
I guess, the broader question is, how is the comparison done? Does it need to match from the beginning? Does wildcard include paths? What are the rules?
I'm asking because I can't seem to get the command to recognize the RM. It is in common_linux, and I've tried:
md5sum
*md5sum
/usr/bin/md5sum
And none of them work!
<result> <action actionType="command"> <command> <body>/usr/bin/md5sum $target</body> </command> </action> <response isAutoMapped="true">
<mappingInfo> <projects> <project>LinuxTrafficGenerator</project> <project>common_linux</project> </projects> <candidateMaps/>