1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

svdrpsend.pl was renamed

The script "svdrpsend.pl" was renamed to "svdrpsend" in VDR Version 1.7.23.
see http://www.vdr-wiki.de/wiki/index.php/SVDRP#svdrpsend
This commit is contained in:
CWempe 2013-01-24 23:03:51 +01:00
parent 9eb29b306d
commit 0595306b2d

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;