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:
parent
9eb29b306d
commit
0595306b2d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue