Package: postfix-gld Version: 1.7-2 Severity: normal Tags: patch The postfix-gld cron job gives output like this:
Cleaned 10 entries older than 90 days Cleaned 114 entries older than 7 days ... one possible fix would be to add a '-q' flag to the gld program to only create output during error condiditons. An alternative is the attached patch to the cron job. Thanks, Tim. -- System Information: Debian Release: 5.0.2 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores) Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/bash Versions of packages postfix-gld depends on: ii adduser 3.110 add and remove users and groups ii libc6 2.7-18 GNU C Library: Shared libraries ii libmysqlclient15off 5.0.51a-24+lenny1 MySQL database client library ii psmisc 22.6-1 Utilities that use the proc filesy Versions of packages postfix-gld recommends: ii mysql-server 5.0.51a-24+lenny1 MySQL database server (metapackage ii mysql-server-5.0 [mysq 5.0.51a-24+lenny1 MySQL database server binaries ii postfix 2.5.5-1.1 High-performance mail transport ag postfix-gld suggests no packages. -- no debconf information *** /tmp/gld-cron-patch --- /tmp/postfix-gld.orig 2009-07-22 09:29:26.000000000 +0100 +++ /var/spool/cron/crontabs/postfix-gld 2009-07-22 09:31:06.000000000 +0100 @@ -1,6 +1,6 @@ # DO NOT EDIT THIS FILE - edit the master and reinstall. -# (/tmp/crontab.X8sUhF/crontab installed on Wed May 23 11:00:23 2007) +# (/tmp/crontab.RUqbkJ/crontab installed on Wed Jul 22 09:31:06 2009) # (Cron version -- $Id: crontab.c,v 2.13 1994/01/17 03:20:37 vixie Exp $) # m h dom mon dow command -39 04 * * * /usr/sbin/gld -c 90 && /usr/sbin/gld -k 7 +39 04 * * * /usr/sbin/gld -c 90 && /usr/sbin/gld -k 7 | egrep -v 'Cleaned [[:digit:]]+ entries older than [[:digit:]]+ days' -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org