diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-23 05:38:47 +0000 |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-23 05:38:47 +0000 |
commit | 6fbd14fea5c111a23d9074d25499991cbfa58f79 (patch) | |
tree | 0c1f5a77cacc664eadd47216b70e3257337484db /plugins-scripts/check_wave.pl | |
parent | 56cf151ae91c5081a99365848a3f060dfe14a68c (diff) | |
download | monitoring-plugins-6fbd14fea5c111a23d9074d25499991cbfa58f79.tar.gz |
Removing CVS/SVN tags and replacing with git-based versioning
For contrib/, full tags have been imported from subversion
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2091 f882894a-f735-0410-b71e-b25c423dba1c
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 fe217017..2671112a 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(); |