On Tue, 5 Jan 2010 21:41:39 +0100 Jens Schuessler <j...@trash.net> wrote:

> I only wanna know what causes the rkhunter message, Wouldn't it be
> better if rkhunter tells me exactly which of this susp files he had found,
> rather than a list of possible files?

         for RKHTMPVAR in ${SUSP_FILES_INFO}; do
                 RKHTMPVAR=`echo ${RKHTMPVAR} | sed -e 's/^[     ]*//'`

                 FILENAME=`echo ${RKHTMPVAR} | cut -d: -f1 | sed -e 
's/\./\\\./g'`
                 SUSP_FILES="${SUSP_FILES}|${FILENAME}"
         done

Here instead of adding files to SUSP_FILES the grep itself should run -
it will take more time to complete, but it really would be more convenient.

Regards,
Nerijus

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Rkhunter-users mailing list
Rkhunter-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkhunter-users

Reply via email to