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:
parent
9f80871e3e
commit
f44299ffb9
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue