Package: clamav-daemon
Version: 0.87.1-0sarge1
Severity: normal
Hello,
In the latest release of clamav-daemon (sarge, thru volatile),
/etc/init.d/clamav-daemon calls log_daemon_msg() function. This function
is not defined in /lib/lsb/init-functions on the stable release.
In order to avoid warings on stop/start/restart, include the following
lines (log_daemon_msg function took from /lib/lsb/init-functions (Debian
Experimentali release ) in /etc/init.d/clamav-* :
-----------------
log_daemon_msg () {
if [ -z "$1" ]; then
return 1
fi
if [ -z "$2" ]; then
echo -n "$1:"
return
fi
echo "$1: $2"
}
-------------------
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.11.10-atih
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Versions of packages clamav-daemon depends on:
ii clamav-base 0.87.1-0sarge1 base package for clamav, an anti-v
ii clamav-freshclam [clam 0.87.1-0sarge1 downloads clamav virus databases f
ii libbz2-1.0 1.0.2-7 high-quality block-sorting file co
ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an
ii libclamav1 0.87.1-0sarge1 virus scanner library
ii libcurl3 7.13.2-2 Multi-protocol file transfer libra
ii libgmp3 4.1.4-6 Multiprecision arithmetic library
ii libidn11 0.5.13-1.0 GNU libidn library, implementation
ii libssl0.9.7 0.9.7e-3 SSL shared libraries
ii lsb-base 2.0-7 Linux Standard Base 2.0 init scrip
ii zlib1g 1:1.2.2-4.sarge.2 compression library - runtime
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]