On Wed, 2013-12-18 at 22:12 -0600, Josh Peacock wrote:
> 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}'`
>
This has been fixed in the CVS version. (I used 'tr' rather than 'awk'
since awk is quite a large program and tr is much smaller.)




John.

-- 
----------------------------------------------------
John Horne                   Tel: +44 (0)1752 587287
Plymouth University, UK      Fax: +44 (0)1752 587001


------------------------------------------------------------------------------
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