Imported Upstream version 1.4.13+git200906171200
This commit is contained in:
parent
4ab9f0d24c
commit
d0b8ab8112
362 changed files with 34110 additions and 10773 deletions
|
@ -1,5 +1,4 @@
|
|||
# Utility drawer for Nagios plugins.
|
||||
# $Id: utils.pm.in 1751 2007-07-07 11:55:48Z psychotrahe $
|
||||
#
|
||||
# This will be deprecated soon. Please use Nagios::Plugin from CPAN
|
||||
# for new plugins
|
||||
|
@ -32,8 +31,6 @@ $TIMEOUT = 15;
|
|||
sub print_revision ($$) {
|
||||
my $commandName = shift;
|
||||
my $pluginRevision = shift;
|
||||
$pluginRevision =~ s/^\$Revision: //;
|
||||
$pluginRevision =~ s/ \$\s*$//;
|
||||
print "$commandName v$pluginRevision (@PACKAGE@ @VERSION@)\n";
|
||||
print "@WARRANTY@";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue