Your message dated Sat, 10 Mar 2007 02:18:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#414127: clamav-freshclam: please add an option to use a 
different configuration file
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: clamav-freshclam
Version: 0.90.1-1
Severity: wishlist

Hi,

freshclam unconditionally uses /etc/clamav/freshclam.conf, which
prevents different uses of freshclam on a single system.

Please consider adding an option to point freshclam towards a
different configuration file.

Greetings
Marc

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.1-zgsrv
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages clamav-freshclam depends on:
ii  clamav-base                 0.90.1-1     base package for clamav, an anti-v
ii  debconf [debconf-2.0]       1.5.13       Debian configuration management sy
ii  debianutils                 2.17.5       Miscellaneous utilities specific t
ii  libc6                       2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libclamav2                  0.90.1-1     virus scanner library
ii  logrotate                   3.7.1-3      Log rotation utility
ii  lsb-base                    3.1-23.1     Linux Standard Base 3.1 init scrip
ii  ucf                         2.0020       Update Configuration File: preserv
ii  zlib1g                      1:1.2.3-13   compression library - runtime

clamav-freshclam recommends no packages.

-- debconf information excluded


--- End Message ---
--- Begin Message ---
This one time, at band camp, Marc Haber said:
> freshclam unconditionally uses /etc/clamav/freshclam.conf, which
> prevents different uses of freshclam on a single system.
> 
> Please consider adding an option to point freshclam towards a
> different configuration file.

[EMAIL PROTECTED]:~/clam_stuff$ cp /etc/clamav/freshclam.conf .
[EMAIL PROTECTED]:~/clam_stuff$ sudo /etc/init.d/clamav-freshclam stop
 * Stopping ClamAV virus database updater freshclam                             
[ ok ]
[EMAIL PROTECTED]:~/clam_stuff$ sudo -u clamav freshclam --config-file 
freshclam.conf
ClamAV update process started at Sat Mar 10 02:11:11 2007
main.cvd is up to date (version: 42, sigs: 83951, f-level: 10, builder: tkojm)
daily.inc is up to date (version: 2796, sigs: 13731, f-level: 14, builder: 
ccordes)

And the code behind it:
    /* parse the config file */
    if((cfgfile = opt_arg(opt, "config-file"))) {
        copt = getcfg(cfgfile, 1);
    } else {
        /* TODO: force strict permissions on freshclam.conf */
        if((copt = getcfg((cfgfile = CONFDIR"/freshclam.conf"), 1)) == NULL)
            copt = getcfg((cfgfile = CONFDIR"/clamd.conf"), 1);
    }

I don't see a problem.  This is in the help output.
-- 
 -----------------------------------------------------------------
|   ,''`.                                            Stephen Gran |
|  : :' :                                        [EMAIL PROTECTED] |
|  `. `'                        Debian user, admin, and developer |
|    `-                                     http://www.debian.org |
 -----------------------------------------------------------------

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply via email to