diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-23 05:38:47 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-11-23 05:38:47 (GMT) |
commit | 6fbd14fea5c111a23d9074d25499991cbfa58f79 (patch) | |
tree | 0c1f5a77cacc664eadd47216b70e3257337484db /plugins-scripts/check_ifstatus.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_ifstatus.pl')
-rwxr-xr-x | plugins-scripts/check_ifstatus.pl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins-scripts/check_ifstatus.pl b/plugins-scripts/check_ifstatus.pl index 1a168bf..bae3ffa 100755 --- a/plugins-scripts/check_ifstatus.pl +++ b/plugins-scripts/check_ifstatus.pl | |||
@@ -29,7 +29,6 @@ | |||
29 | # | 29 | # |
30 | # 11.01.2000 Version 1.0 | 30 | # 11.01.2000 Version 1.0 |
31 | # | 31 | # |
32 | # $Id$ | ||
33 | 32 | ||
34 | use POSIX; | 33 | use POSIX; |
35 | use strict; | 34 | use strict; |
@@ -255,7 +254,7 @@ sub print_help (){ | |||
255 | printf " -t (--timeout) seconds before the plugin times out (default=$TIMEOUT)\n"; | 254 | printf " -t (--timeout) seconds before the plugin times out (default=$TIMEOUT)\n"; |
256 | printf " -V (--version) Plugin version\n"; | 255 | printf " -V (--version) Plugin version\n"; |
257 | printf " -h (--help) usage help \n\n"; | 256 | printf " -h (--help) usage help \n\n"; |
258 | print_revision($PROGNAME, '$Revision$'); | 257 | print_revision($PROGNAME, '@NP_VERSION@'); |
259 | 258 | ||
260 | } | 259 | } |
261 | 260 | ||
@@ -285,7 +284,7 @@ sub process_arguments() { | |||
285 | exit $ERRORS{'OK'}; | 284 | exit $ERRORS{'OK'}; |
286 | } | 285 | } |
287 | if ($opt_V) { | 286 | if ($opt_V) { |
288 | print_revision($PROGNAME,'$Revision$ '); | 287 | print_revision($PROGNAME,'@NP_VERSION@'); |
289 | exit $ERRORS{'OK'}; | 288 | exit $ERRORS{'OK'}; |
290 | } | 289 | } |
291 | 290 | ||