Package: awffull
Version: 3.8.2-1.1
Severity: normal
Tags: patch
Awffull daily cron job is chatty - gives output when there is no error
condition.
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.25-2-amd64
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)
Versions of packages awffull depends on:
ii debconf [debconf-2.0] 1.5.11etch1 Debian configuration management sy
ii libc6 2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii libgd2-noxpm 2.0.33-5.2 GD Graphics Library version 2 (wit
ii libgeoip1 1.3.17-1.1 A non-DNS IP-to-country resolver l
ii libpcre3 6.7+7.4-3 Perl 5 Compatible Regular Expressi
ii libpng12-0 1.2.15~beta5-1 PNG library - runtime
ii zlib1g 1:1.2.3-13 compression library - runtime
awffull recommends no packages.
-- debconf information excluded
--- /tmp/awffull 2008-05-21 09:09:07.000000000 +0100
+++ /etc/cron.daily/awffull 2008-05-21 09:09:58.000000000 +0100
@@ -12,8 +12,6 @@
[ -d ${AWFFULL_CONFDIR} ] || exit 0;
for i in ${AWFFULL_CONFDIR}/*.conf; do
- echo "Running: ${i} file."
-
# run agains a rotated or normal logfile
LOGFILE=`awk '$1 ~ /^LogFile$/ {print $2}' $i`;