also update check_rpc.pl and check_wave.pl

This commit is contained in:
Elan Ruusamäe 2015-10-02 15:15:07 +03:00 committed by Holger Weiss
parent 8079ead7fa
commit a9b02e7aff
2 changed files with 0 additions and 2 deletions

View file

@ -22,7 +22,6 @@
use strict;
use FindBin;
use lib "$FindBin::Bin";
use lib '@libexecdir@';
use utils qw($TIMEOUT %ERRORS &print_revision &support);
use vars qw($PROGNAME);
my ($verbose,@proto,%prognum,$host,$response,$prognum,$port,$cmd,$progver,$state);

View file

@ -5,7 +5,6 @@
use strict;
use FindBin;
use lib "$FindBin::Bin";
use lib '@libexecdir@';
use utils qw($TIMEOUT %ERRORS &print_revision &support);
use vars qw($PROGNAME);
use Getopt::Long;