summaryrefslogtreecommitdiffstats
path: root/plugins-scripts/check_ifstatus.pl
diff options
context:
space:
mode:
Diffstat (limited to 'plugins-scripts/check_ifstatus.pl')
-rwxr-xr-xplugins-scripts/check_ifstatus.pl5
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
34use POSIX; 33use POSIX;
35use strict; 34use 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