Imported Upstream version 1.4.10

This commit is contained in:
Jan Wagner 2013-11-26 23:54:42 +01:00
parent 6dd54dd8e2
commit cff68b4c0a
203 changed files with 15026 additions and 8063 deletions

View file

@ -29,7 +29,7 @@
#
# 11.01.2000 Version 1.0
#
# $Id: check_ifstatus.pl,v 1.9 2004/08/18 19:51:35 tonvoon Exp $
# $Id: check_ifstatus.pl 884 2004-08-18 19:51:35Z tonvoon $
use POSIX;
use strict;
@ -255,7 +255,7 @@ sub print_help (){
printf " -t (--timeout) seconds before the plugin times out (default=$TIMEOUT)\n";
printf " -V (--version) Plugin version\n";
printf " -h (--help) usage help \n\n";
print_revision($PROGNAME, '$Revision: 1.9 $');
print_revision($PROGNAME, '$Revision: 884 $');
}
@ -285,7 +285,7 @@ sub process_arguments() {
exit $ERRORS{'OK'};
}
if ($opt_V) {
print_revision($PROGNAME,'$Revision: 1.9 $ ');
print_revision($PROGNAME,'$Revision: 884 $ ');
exit $ERRORS{'OK'};
}