Skip to content

Commit

Permalink
Merge remote-tracking branch 'forge/2.2.x' into 2.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Rousse authored and Guillaume Rousse committed Jan 18, 2012
2 parents 0d7c459 + e2a82c9 commit 0e95737
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -14,6 +14,7 @@ lib/FusionInventory/Agent/Task/SNMPQuery
lib/FusionInventory/Agent/Task/Deploy
lib/FusionInventory/Agent/Task/Deploy.pm
lib/FusionInventory/Agent/Task/ESX.pm
lib/FusionInventory/Agent/SNMP.pm
pm_to_blib
./README
*~
Expand Down
2 changes: 1 addition & 1 deletion lib/FusionInventory/Agent.pm
Expand Up @@ -21,7 +21,7 @@ use FusionInventory::Agent::Tools;
use FusionInventory::Agent::Tools::Hostname;
use FusionInventory::Agent::XML::Query::Prolog;

our $VERSION = '2.1.9903';
our $VERSION = '2.1.9904';
our $VERSION_STRING =
"FusionInventory unified agent for UNIX, Linux and MacOSX ($VERSION)";
our $AGENT_STRING =
Expand Down
4 changes: 4 additions & 0 deletions tools/createExtLinks.sh
Expand Up @@ -17,6 +17,10 @@ done
if [ ! -e lib/FusionInventory/VMware ]; then
ln -s $PWD/../agent-task-esx/lib/FusionInventory/VMware lib/FusionInventory/
fi
if [ ! -e lib/FusionInventory/Agent/SNMP.pm ]; then
ln -s $PWD/../agent-task-netdiscovery/lib/FusionInventory/Agent/SNMP.pm lib/FusionInventory/Agent/SNMP.pm
fi

if [ ! -e fusioninventory-esx ]; then
ln -s $PWD/../agent-task-esx/fusioninventory-esx .
fi

0 comments on commit 0e95737

Please sign in to comment.