From 7d61180034533b60de768b55d50b753f6d15ad47 Mon Sep 17 00:00:00 2001 From: Chris Gardner Date: Tue, 28 May 2013 22:40:36 +0100 Subject: [PATCH] Use kstat for Solaris CPU info --- system/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/setup b/system/setup index a33d5549207..2127071d3f9 100644 --- a/system/setup +++ b/system/setup @@ -655,7 +655,7 @@ class SunOSHardware(Hardware): return self.facts def get_cpu_facts(self): - rc, out, err = module.run_command("/usr/sbin/kstat cpu_info") + rc, out, err = module.run_command("/usr/bin/kstat cpu_info") self.facts['processor'] = [] for line in out.split('\n'): if len(line) < 1: