[Konversation-devel] [Bug 147274] Sysinfo HDD display error with large device

Peter Simonsson peter.simonsson at gmail.com
Sat Jul 7 18:46:05 CEST 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=147274         
peter.simonsson gmail com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From peter.simonsson gmail com  2007-07-07 18:46 -------
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;
  }


More information about the Konversation-devel mailing list