Package: clamav-base
Severity: serious
Justification: violates policy ยง10.7.3 Behavior
Version: 0.96+dfsg-4

>From clamav-base.postinst:

  if [ -f /etc/aliases ] || [ -L /etc/aliases ]; then
    if ! grep -qi "^clamav" /etc/aliases; then
      echo "clamav: root" >> /etc/aliases
      newal=`which newaliases || true`
      if [ -n "$newal" ] && [ -x "$newal" ]; then
        $newal || true
      fi
    fi
  fi

This means there is no way for me to not have the clamav alias in
/etc/aliases, for instance if I want to have it defined somewhere else.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (50, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=nb_NO.UTF-8, LC_CTYPE=nb_NO.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 
Tollef Fog Heen 
UNIX is user friendly, it's just picky about who its friends are



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to