2011-04-13 Sancho Lerena <slerena@artica.es>

* lib/PandoraFMS/Tools.pm: Fixed bug #3273910. HPUX detection.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4208 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2011-04-13 15:11:21 +00:00
parent 9f80871e3e
commit f44299ffb9
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ sub pandora_get_os ($) {
elsif ($command =~ m/AIX/i){
return 3;
}
elsif ($command =~ m/HP-UX/i){
elsif ($command =~ m/HP\-UX/i){
return 5;
}
elsif ($command =~ m/Apple/i){