mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
11 lines
358 B
Plaintext
11 lines
358 B
Plaintext
|
diff a/plugins/dovecot/dovecot b/plugins/dovecot/dovecot (rejected hunks)
|
||
|
@@ -23,7 +23,7 @@ $aborted = 0;
|
||
|
|
||
|
$logfile = $ENV{'LOGFILE'} || '/var/log/mail.log';
|
||
|
|
||
|
-# Use an overridden $PATH for all external programs if needed
|
||
|
+# Use an overrided $PATH for all external programs if needed
|
||
|
$DOVEADM = "doveadm";
|
||
|
|
||
|
if ( $ARGV[0] and $ARGV[0] eq "autoconf" ) {
|