I found another issue when running the latest rkhunter from cvs.

On line 11485

RKH_CC=`echo "${RKHTMPVAR}" | cut -d: -f2`

Changed to this and its working.

RKH_CC=`echo "${RKHTMPVAR}" | cut -d: -f2 | awk '{print $1}'`


It is actually line 11486 that is creating the issue.  AIX expr doesn't
like the padded spaces before the number in field 2 of ${RKHTMPVAR}.

Another one of those things I have ran into only on AIX when using expr.
Otherwise your other fix and new additions seem to work ok with some tweaks
to the config file.

Thanks,

Josh
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Rkhunter-users mailing list
Rkhunter-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkhunter-users

Reply via email to