Re: [Clamav-devel] Patch for the configuration file parser

2006-03-22 Thread Fabio Rossi
On Wednesday 22 March 2006 20:32, Tomasz Kojm wrote: > On Wed, 22 Mar 2006 20:27:12 +0100 > I've already changed that in CVS. Thank you very much. Fabio ___ http://lurker.clamav.net/list/clamav-devel.html

Re: [Clamav-devel] Patch for the configuration file parser

2006-03-22 Thread Tomasz Kojm
On Wed, 22 Mar 2006 20:27:12 +0100 Fabio Rossi <[EMAIL PROTECTED]> wrote: > On Wednesday 22 March 2006 19:23, Tomasz Kojm wrote: > > > On Sat, 18 Mar 2006 19:30:48 +0100 > > > > There's no need for such a patch, just change OPT_STR to OPT_FULLSTR for > > DatabaseDirectory in shared/cfgparser.c. >

Re: [Clamav-devel] Patch for the configuration file parser

2006-03-22 Thread Fabio Rossi
On Wednesday 22 March 2006 19:23, Tomasz Kojm wrote: > On Sat, 18 Mar 2006 19:30:48 +0100 > > There's no need for such a patch, just change OPT_STR to OPT_FULLSTR for > DatabaseDirectory in shared/cfgparser.c. Why this setting is not the default (at least for DatabaseDirectory)? Fabio __

Re: [Clamav-devel] Patch for the configuration file parser

2006-03-22 Thread Tomasz Kojm
On Sat, 18 Mar 2006 19:30:48 +0100 Fabio Rossi <[EMAIL PROTECTED]> wrote: > Hi, > I have read clamd.conf(5) and I have discovered that arguments can't > contain blank characters. On my laptop I share the database directory > between windows and Linux. The path of this directory has some spaces. >