packages: munin-plugins-muninexchange/munin-plugins-muninexchange-other.pat...

baggins baggins at pld-linux.org
Tue Mar 29 12:56:29 CEST 2011


Author: baggins                      Date: Tue Mar 29 10:56:29 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix clamav plugin

---- Files affected:
packages/munin-plugins-muninexchange:
   munin-plugins-muninexchange-other.patch (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: packages/munin-plugins-muninexchange/munin-plugins-muninexchange-other.patch
diff -u packages/munin-plugins-muninexchange/munin-plugins-muninexchange-other.patch:1.4 packages/munin-plugins-muninexchange/munin-plugins-muninexchange-other.patch:1.5
--- packages/munin-plugins-muninexchange/munin-plugins-muninexchange-other.patch:1.4	Sat Mar 26 17:05:07 2011
+++ packages/munin-plugins-muninexchange/munin-plugins-muninexchange-other.patch	Tue Mar 29 12:56:24 2011
@@ -46,3 +46,15 @@
  	$type = "service";
      }
  }
+--- munin-plugins-muninexchange-20110326/other/clamav~	2011-03-29 11:24:10.645146427 +0200
++++ munin-plugins-muninexchange-20110326/other/clamav	2011-03-29 12:38:20.435562927 +0200
+@@ -1,7 +1,8 @@
+ #!/bin/sh
+ #%# family=manual
+ #%# capabilities=autoconf
+-log=/var/log/clamav/clamd.log
++
++log=${logfile:-/var/log/clamav/clamd.log}
+ 
+ if [ "$1" = "autoconf" ]; then
+         if [ -r $log ]; then 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/munin-plugins-muninexchange/munin-plugins-muninexchange-other.patch?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list