diff options
Diffstat (limited to 'plugins-scripts/check_flexlm.pl')
| -rwxr-xr-x | plugins-scripts/check_flexlm.pl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins-scripts/check_flexlm.pl b/plugins-scripts/check_flexlm.pl index ade5843c..54d933c7 100755 --- a/plugins-scripts/check_flexlm.pl +++ b/plugins-scripts/check_flexlm.pl | |||
| @@ -26,7 +26,6 @@ | |||
| 26 | # initial version: 9-10-99 Ernst-Dieter Martin edmt@infineon.com | 26 | # initial version: 9-10-99 Ernst-Dieter Martin edmt@infineon.com |
| 27 | # | 27 | # |
| 28 | # License: GPL | 28 | # License: GPL |
| 29 | # $Id$ | ||
| 30 | # | 29 | # |
| 31 | # lmstat output patches from Steve Rigler/Cliff Rice 13-Apr-2002 | 30 | # lmstat output patches from Steve Rigler/Cliff Rice 13-Apr-2002 |
| 32 | # srigler@marathonoil.com,cerice@marathonoil.com | 31 | # srigler@marathonoil.com,cerice@marathonoil.com |
| @@ -57,7 +56,7 @@ GetOptions | |||
| 57 | "t=i" => \$opt_t, "timeout=i" => \$opt_t); | 56 | "t=i" => \$opt_t, "timeout=i" => \$opt_t); |
| 58 | 57 | ||
| 59 | if ($opt_V) { | 58 | if ($opt_V) { |
| 60 | print_revision($PROGNAME,'$Revision$'); | 59 | print_revision($PROGNAME,'@NP_VERSION@'); |
| 61 | exit $ERRORS{'OK'}; | 60 | exit $ERRORS{'OK'}; |
| 62 | } | 61 | } |
| 63 | 62 | ||
| @@ -217,7 +216,7 @@ sub print_usage () { | |||
| 217 | } | 216 | } |
| 218 | 217 | ||
| 219 | sub print_help () { | 218 | sub print_help () { |
| 220 | print_revision($PROGNAME,'$Revision$'); | 219 | print_revision($PROGNAME,'@NP_VERSION@'); |
| 221 | print "Copyright (c) 2000 Ernst-Dieter Martin/Karl DeBisschop | 220 | print "Copyright (c) 2000 Ernst-Dieter Martin/Karl DeBisschop |
| 222 | 221 | ||
| 223 | Check available flexlm license managers | 222 | Check available flexlm license managers |
