summaryrefslogtreecommitdiffstats
path: root/plugins-scripts/check_wave.pl
diff options
context:
space:
mode:
Diffstat (limited to 'plugins-scripts/check_wave.pl')
-rwxr-xr-xplugins-scripts/check_wave.pl5
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
6use strict; 5use 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
32if ($opt_V) { 31if ($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
114sub print_help () { 113sub 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();