~ubuntu-branches/ubuntu/lucid/munin/lucid

« back to all changes in this revision

Viewing changes to debian/patches/250-amavis-maillog.patch

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2009-11-06 01:30:10 UTC
  • mfrom: (8.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091106013010-s0emon0420wo7m9q
Tags: 1.2.6-17ubuntu1
* Merge from debian testing, remaining changes:
  - Suugest libdate-manip-perl (LP: #306274)
  - Recommend "cron". (LP: #225061)
  - Update maintainer accord to spec.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: Patch amavis plugin to change path to the maillog to Debian
2
 
 default of /var/log/mail.info. (Note: This should be moved to
3
 
 /etc/munin/plugin-conf.d/debian-defaults)
4
 
Origin: other, http://bugs.debian.org/296533
5
 
Bug-Debian: http://bugs.debian.org/296533
6
 
Index: trunk/node/node.d/amavis.in
7
 
===================================================================
8
 
--- trunk.orig/node/node.d/amavis.in    2008-07-01 19:11:41.000000000 +0200
9
 
+++ trunk/node/node.d/amavis.in 2008-07-01 19:12:00.000000000 +0200
10
 
@@ -18,7 +18,7 @@
11
 
 @@MKTEMP@@
12
 
 }       
13
 
 
14
 
-AMAVIS_LOG=${logfile:-/var/log/mail/mail.info}
15
 
+AMAVIS_LOG=${logfile:-/var/log/mail.info}
16
 
 LOGTAIL=${logtail:-`which logtail`}
17
 
 STATEFILE=@@PLUGSTATE@@/amavis.offset
18