On Sat, 2010-05-08 at 04:55 -0700, Christian Kujau wrote:
>
> but I get the feeling that the comma-removing thingy has been added
> for a reason (w/o updating the description) and might break other
> things.
>
No, not really. The RKH config file options are a bit like environment
variables. Linux/UNIX users are aware that if the variable is to include
a space/tab character, then the whole thing must be quoted (using single
or double quotes).

However, in RKH it is possible to avoid using spaces/quotes by using a
comma. E.g.

     ENABLE_TESTS="hashes scripts"
or   ENABLE_TESTS=hashes,scripts

Both of these do the same thing. Given that files/directories may
contain commas. I have removed the comma processing part now (I'll
commit it to CVS shortly). So the code does exactly what the comment
says. Thanks for the patch.




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


------------------------------------------------------------------------------

_______________________________________________
Rkhunter-users mailing list
Rkhunter-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkhunter-users

Reply via email to