Imported Upstream version 1.4.13+git200906171200

This commit is contained in:
Jan Wagner 2013-11-26 23:56:50 +01:00
parent 4ab9f0d24c
commit d0b8ab8112
362 changed files with 34110 additions and 10773 deletions

View file

@ -1,6 +1,5 @@
#!/usr/bin/perl -wT
#
# $Id: check_wave.pl 162 2002-10-28 13:05:08Z kdebisschop $
use strict;
@ -30,7 +29,7 @@ GetOptions
"H=s" => \$opt_H, "hostname=s" => \$opt_H);
if ($opt_V) {
print_revision($PROGNAME,'$Revision: 162 $'); #'
print_revision($PROGNAME,'@NP_VERSION@'); #'
exit $ERRORS{'OK'};
}
@ -112,7 +111,7 @@ sub print_usage () {
}
sub print_help () {
print_revision($PROGNAME,'$Revision: 162 $');
print_revision($PROGNAME,'@NP_VERSION@');
print "Copyright (c) 2000 Jeffery Blank/Karl DeBisschop\n";
print "\n";
print_usage();