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_flexlm.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_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 |
