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 /contrib/check_ica_program_neigbourhood.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 'contrib/check_ica_program_neigbourhood.pl')
-rwxr-xr-x | contrib/check_ica_program_neigbourhood.pl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/contrib/check_ica_program_neigbourhood.pl b/contrib/check_ica_program_neigbourhood.pl index f29c0d1d..1f0fb455 100755 --- a/contrib/check_ica_program_neigbourhood.pl +++ b/contrib/check_ica_program_neigbourhood.pl | |||
@@ -1,8 +1,7 @@ | |||
1 | #!/usr/bin/perl -w | 1 | #!/usr/bin/perl -w |
2 | 2 | ||
3 | # $Id$ | 3 | # $Id: check_ica_program_neigbourhood.pl 1097 2005-01-25 09:05:53Z stanleyhopcroft $ |
4 | 4 | ||
5 | # $Log$ | ||
6 | # Revision 1.1 2005/01/25 09:05:53 stanleyhopcroft | 5 | # Revision 1.1 2005/01/25 09:05:53 stanleyhopcroft |
7 | # New plugin to check Citrix Metaframe XP "Program Neighbourhood" | 6 | # New plugin to check Citrix Metaframe XP "Program Neighbourhood" |
8 | # | 7 | # |
@@ -290,7 +289,7 @@ sub print_help() { | |||
290 | # 1 2 3 4 5 6 7 8 | 289 | # 1 2 3 4 5 6 7 8 |
291 | #12345678901234567890123456789012345678901234567890123456789012345678901234567890 | 290 | #12345678901234567890123456789012345678901234567890123456789012345678901234567890 |
292 | 291 | ||
293 | print_revision($PROGNAME,'$Revision$ '); | 292 | print_revision($PROGNAME,'$Revision: 1097 $ '); |
294 | 293 | ||
295 | my $help = <<EOHELP ; | 294 | my $help = <<EOHELP ; |
296 | Copyright (c) 2004 Karl DeBisschop/S Hopcroft | 295 | Copyright (c) 2004 Karl DeBisschop/S Hopcroft |
@@ -345,7 +344,7 @@ sub usage { | |||
345 | } | 344 | } |
346 | 345 | ||
347 | sub version () { | 346 | sub version () { |
348 | print_revision($PROGNAME,'$Revision$ '); | 347 | print_revision($PROGNAME,'$Revision: 1097 $ '); |
349 | exit $ERRORS{'OK'}; | 348 | exit $ERRORS{'OK'}; |
350 | } | 349 | } |
351 | 350 | ||