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

Merge pull request #240 from CWempe/patch-1

svdrpsend.pl was renamed
This commit is contained in:
Steve Schnepp 2013-01-28 03:43:23 -08:00
commit 0cde2ae787

View File

@ -21,7 +21,7 @@ $0 =~ /vdr_(.+)*$/;
my $host = $1 || "localhost";;
#print "Name: $0\nHost: $host\n";
my $SVDRPSENDPL="/usr/bin/svdrpsend.pl -d $host";
my $SVDRPSENDPL="/usr/bin/svdrpsend -d $host";
sub ermittelnTimer;
sub ermittelnAufnahmen;