Package: postfix-cluebringer Version: 2.0.10-1 Severity: normal Tags: patch
Hi, There's a cronjob needed to clean up stale entries in the database regularly, but the package doesn't install it. Attached patch fixes that. Cheers, Thijs -- System Information: Debian Release: 7.1 APT prefers stable APT policy: (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
diff -Nur postfix-cluebringer-2.0.10/debian/postfix-cluebringer.cron.daily postfix-cluebringer-2.0.10.new/debian/postfix-cluebringer.cron.daily --- postfix-cluebringer-2.0.10/debian/postfix-cluebringer.cron.daily 1970-01-01 01:00:00.000000000 +0100 +++ postfix-cluebringer-2.0.10.new/debian/postfix-cluebringer.cron.daily 2013-10-10 09:50:22.199454961 +0200 @@ -0,0 +1,3 @@ +#! /bin/sh + +cbpadmin --config=/etc/cluebringer/cluebringer.conf --cleanup >/dev/null diff -Nur postfix-cluebringer-2.0.10/debian/rules postfix-cluebringer-2.0.10.new/debian/rules --- postfix-cluebringer-2.0.10/debian/rules 2013-10-10 09:53:45.138736334 +0200 +++ postfix-cluebringer-2.0.10.new/debian/rules 2013-10-10 09:53:53.134550381 +0200 @@ -104,6 +104,7 @@ dh_installdebconf -i dh_installinit -i dh_installman -i + dh_installcron -i dh_lintian -i dh_compress -i -X.conf dh_fixperms -i

