Just a quick way to check if a rogue binary hasn't crept into some libraries directory :

find . -type f -print -exec file {} \; | more

That should give the same file type most of the time, except the rogue module.
(the -print may be superfluous)


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to