summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-init.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-11-07 19:11:43 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-11-07 19:11:43 -0500
commit5b0b8d1dd121f7288480222dcd527efe9d3c966b (patch)
tree5250cb034cfcc0dec8b429f5fab130be9621629c /pts-core/functions/pts-init.php
parentcae0239236894722d123926eaa311c2852e0bb0a (diff)
downloadphoronix-test-suite-upstream-5b0b8d1dd121f7288480222dcd527efe9d3c966b.tar.gz
phoronix-test-suite-upstream-5b0b8d1dd121f7288480222dcd527efe9d3c966b.tar.xz
phoronix-test-suite-upstream-5b0b8d1dd121f7288480222dcd527efe9d3c966b.zip
pts-core: Few OpenBSD tweaks and improvement to read_sysctl()
Diffstat (limited to 'pts-core/functions/pts-init.php')
-rw-r--r--pts-core/functions/pts-init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/pts-core/functions/pts-init.php b/pts-core/functions/pts-init.php
index 4fca173..1f443a6 100644
--- a/pts-core/functions/pts-init.php
+++ b/pts-core/functions/pts-init.php
@@ -89,7 +89,7 @@ function pts_init()
}
// Operating System Detection
- $supported_operating_systems = array("Linux", array("Solaris", "Sun"), "FreeBSD", "BSD", array("MacOSX", "Darwin"));
+ $supported_operating_systems = array("Linux", array("Solaris", "Sun"), "BSD", array("MacOSX", "Darwin"));
$uname_s = strtolower(php_uname("s"));
foreach($supported_operating_systems as $os_check)