Bug#589682:

2021-12-23 Thread Richard Lewis
> (However, it seems to me that not every cmd in cmdlist is always > invoked as ${cmd} - something to investigate) I started a patch to replace all uses of cmd with $cmd, however, i found that it actually broke the test of .php files (!). Probably i messed up, but it seems it needs more thought

Bug#589682:

2021-11-25 Thread Richard Lewis
The issue described in this report isnt a bug: $egrep and ${egrep} are the same. The variable is set indirectly by the code that supports the '-p' option (which sets a variable for everything in cmdlist) (However, it seems to me that not every cmd in cmdlist is always invoked as ${cmd} -

Bug#589682: chkrootkit: $egrep used unset

2010-07-19 Thread Bruce Sass
Package: chkrootkit Version: 0.49-4 Severity: normal There are 4 instances of $egrep in 3 lines of code (line numbers: 106, Slapper check; 1135, PHP files check; and 1638, chk_crontab function) but it doesn't appear that egrep is ever set to a value. ${egrep} is what is being used in lots of