2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

always use plain $PATH

This commit is contained in:
Steve Schnepp 2013-07-19 11:02:09 +02:00
parent cdfe518d36
commit 03135541dc

View File

@ -22,7 +22,9 @@ $aborted = 0;
($dirname = $0) =~ s/[^\/]+$//;
$logfile = $ENV{'LOGFILE'} || '/var/log/mail.log';
$DOVEADM = "/usr/bin/doveadm";
# Use an overrided $PATH for all external programs if needed
$DOVEADM = "doveadm";
if ( $ARGV[0] and $ARGV[0] eq "autoconf" ) {