mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
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…
x
Reference in New Issue
Block a user