diff options
Diffstat (limited to 'plugins-scripts/check_wave.pl')
-rwxr-xr-x | plugins-scripts/check_wave.pl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins-scripts/check_wave.pl b/plugins-scripts/check_wave.pl index fe21701..2671112 100755 --- a/plugins-scripts/check_wave.pl +++ b/plugins-scripts/check_wave.pl | |||
@@ -1,6 +1,5 @@ | |||
1 | #!/usr/bin/perl -wT | 1 | #!/usr/bin/perl -wT |
2 | # | 2 | # |
3 | # $Id$ | ||
4 | 3 | ||
5 | 4 | ||
6 | use strict; | 5 | use strict; |
@@ -30,7 +29,7 @@ GetOptions | |||
30 | "H=s" => \$opt_H, "hostname=s" => \$opt_H); | 29 | "H=s" => \$opt_H, "hostname=s" => \$opt_H); |
31 | 30 | ||
32 | if ($opt_V) { | 31 | if ($opt_V) { |
33 | print_revision($PROGNAME,'$Revision$'); #' | 32 | print_revision($PROGNAME,'@NP_VERSION@'); #' |
34 | exit $ERRORS{'OK'}; | 33 | exit $ERRORS{'OK'}; |
35 | } | 34 | } |
36 | 35 | ||
@@ -112,7 +111,7 @@ sub print_usage () { | |||
112 | } | 111 | } |
113 | 112 | ||
114 | sub print_help () { | 113 | sub print_help () { |
115 | print_revision($PROGNAME,'$Revision$'); | 114 | print_revision($PROGNAME,'@NP_VERSION@'); |
116 | print "Copyright (c) 2000 Jeffery Blank/Karl DeBisschop\n"; | 115 | print "Copyright (c) 2000 Jeffery Blank/Karl DeBisschop\n"; |
117 | print "\n"; | 116 | print "\n"; |
118 | print_usage(); | 117 | print_usage(); |