Summary: | Sysinfo HDD display error with large device | ||
---|---|---|---|
Product: | [Applications] konversation | Reporter: | Yann Verry <yanntech> |
Component: | general | Assignee: | Konversation Developers <konversation-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | 1.0.1 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Yann Verry
2007-06-26 23:07:20 UTC
SVN commit 684946 by psn: Add -P to the df options to handle long device names better as suggested by Yann Verry. BUG:147274 M +1 -1 sysinfo --- branches/extragear/kde3/network/konversation/scripts/sysinfo #684945:684946 @@ -32,7 +32,7 @@ } ' /proc/cpuinfo ) -HDD=$(df -l| awk '($1~/\/dev/){ +HDD=$(df -lP| awk '($1~/\/dev/){ use+=$3/1024^2; tot+=$2/1024^2; } |