Next release, tag 1.0.10.
This commit is contained in:
parent
44cd53f388
commit
4330375cb7
10
CHANGES
10
CHANGES
|
@ -1,3 +1,13 @@
|
|||
commit 44cd53f3884e044818e8d56edce7e41c50bbdeab
|
||||
Author: Adrian C. (anrxc) <anrxc@sysphere.org>
|
||||
Date: Mon Aug 17 21:34:36 2009 +0200
|
||||
|
||||
Updated the CHANGES file in preparation for a new tag.
|
||||
|
||||
There were not many changes recently, but much more people are taking
|
||||
the tarball instead of the development code so they will benefit from
|
||||
the recent fixes and extended documentation.
|
||||
|
||||
commit 7ad474bcbc8554dfba32c641dc8969239dcff7da
|
||||
Author: Joerg Jaspert <joerg@debian.org>
|
||||
Date: Sun Aug 16 13:10:39 2009 +0200
|
||||
|
|
2
fs.lua
2
fs.lua
|
@ -26,7 +26,7 @@ local function worker(format)
|
|||
-- table for each mount point with gmatch
|
||||
local size, used, avail, usep, mount =
|
||||
-- Instead match all at once, including network file systems
|
||||
line:match('^[/%w:%.-]+[%s]+([%d%.]+)[%a]?[%s]+([%d%.]+)[%a]?[%s]+([%d%.]+)[%a]?[%s]+([%d]+)%%[%s]+([/%w:%.-]+)$')
|
||||
line:match("^[/%w:%.-]+[%s]+([%d%.]+)[%a]?[%s]+([%d%.]+)[%a]?[%s]+([%d%.]+)[%a]?[%s]+([%d]+)%%[%s]+([/%w:%.-]+)$")
|
||||
|
||||
fs_info["{"..mount.." size}"] = size
|
||||
fs_info["{"..mount.." used}"] = used
|
||||
|
|
Loading…
Reference in New Issue