Chris Pollock wrote:

On Sunday 14 January 2007 10:53 am, Nils Breunese (Lemonbit) wrote:
Chris Pollock wrote:

No logfile given: using default.
/usr/local/bin/rkhunter: line 3239: syntax error near unexpected
token `('
/usr/local/bin/rkhunter: line 3239:
`                                           if [ -z "`echo $
{WHITEPROC} |
egrep \"${lproc}( |$)\"`" ]; then'

What I should have seen is the log output. I updated grep yesterday
to version
2.5.1a from source. Could I have messed something up somehow?

Do you also have egrep? egrep is 'short' for 'grep -E', you could try
if it works when you replace egrep with grep -E.

All I have is an egrep script:

#!/bin/sh
exec grep -E ${1+"$@"}

Is there an egrep executable also?

Apparently this is not always the same:

On OS X:

$ file `which egrep`
/usr/bin/egrep: Mach-O executable ppc

On CentOS 4:

$ file `which egrep`
/bin/egrep: symbolic link to `grep'

Nils Breunese.

Attachment: PGP.sig
Description: Dit deel van het bericht is digitaal ondertekend

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rkhunter-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rkhunter-users

Reply via email to