summaryrefslogtreecommitdiffstats
path: root/x11-wm/ion-3ds/files/patch-load
blob: f9749d953565a8dfeca22d0595cec83ae0102ead (plain)
1
2
3
4
5
6
7
8
9
10
11
--- mod_statusbar/ion-statusd/statusd_load.lua.orig	Sat Jun 25 17:13:32 2005
+++ mod_statusbar/ion-statusd/statusd_load.lua	Mon Jul  4 01:22:09 2005
@@ -46,7 +46,7 @@
     end
     local s=f:read('*l')
     f:close()
-    local st, en, load=string.find(s, 'load average:%s*(.*)')
+    local st, en, load=string.find(s, 'load averages?:%s*(.*)')
     return (load or "")
 end
 
OpenPOWER on IntegriCloud