summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2012-08-03 13:17:16 -0700
committerBryan McLellan <btm@opscode.com>2012-08-03 13:17:16 -0700
commiteb470aa6e4f1d171e1b66c11fa9173c718bc7ba4 (patch)
tree4084d426e749637389758c850e1f2fa58cb28887
parentbb6d46fbd6b3f05d8055eb026fd955886fd27601 (diff)
parent7db36d43ee4e4b6d2357340100864136570047f2 (diff)
downloadohai-eb470aa6e4f1d171e1b66c11fa9173c718bc7ba4.tar.gz
Merge branch 'OHAI-384'
-rw-r--r--lib/ohai/plugins/solaris2/filesystem.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/plugins/solaris2/filesystem.rb b/lib/ohai/plugins/solaris2/filesystem.rb
index 5bff086a..ddc7d7a9 100644
--- a/lib/ohai/plugins/solaris2/filesystem.rb
+++ b/lib/ohai/plugins/solaris2/filesystem.rb
@@ -21,7 +21,7 @@ provides "filesystem"
fs = Mash.new
# Grab filesystem data from df
-popen4("df -ka") do |pid, stdin, stdout, stderr|
+popen4("df -Pka") do |pid, stdin, stdout, stderr|
stdin.close
stdout.each do |line|
case line