summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 603de74)
raw | patch | inline | side by side (parent: 603de74)
author | Matthias Eble <psychotrahe@users.sourceforge.net> | |
Sat, 7 Jul 2007 11:55:48 +0000 (11:55 +0000) | ||
committer | Matthias Eble <psychotrahe@users.sourceforge.net> | |
Sat, 7 Jul 2007 11:55:48 +0000 (11:55 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1751 f882894a-f735-0410-b71e-b25c423dba1c
plugins-scripts/utils.pm.in | patch | blob | history |
index d68f30905f8c06782846ce32ddd03a037dc1cc06..08776f181ea33108a39076f7a117d1534651b7aa 100644 (file)
my $pluginRevision = shift;
$pluginRevision =~ s/^\$Revision: //;
$pluginRevision =~ s/ \$\s*$//;
- print "$commandName (@PACKAGE@ @VERSION@) $pluginRevision\n";
+ print "$commandName v$pluginRevision (@PACKAGE@ @VERSION@)\n";
print "@WARRANTY@";
}