freebsd-ports/sysutils/gdesklets-sysinfo/files/postbuild-patch-SysInfo.py
Pav Lucistnik 58b469b1f1 - Update to 0.26
PR:		ports/67824
Submitted by:	Franz Klammer <klammer@webonaut.com> (maintainer)
2004-06-11 19:29:33 +00:00

11 lines
417 B
Python

--- SysInfo/SysInfo.py.orig Fri Jun 11 11:43:36 2004
+++ SysInfo/SysInfo.py Fri Jun 11 11:46:47 2004
@@ -72,7 +72,7 @@
cpu_type = lib.cpu.get_model()
cpu_speed = lib.cpu.get_speed()
- cpu_cache = lib.cpu.get_cache_size()
+ cpu_cache = "n/a" #lib.cpu.get_cache_size()
total, load = lib.cpu.get_load()
signal.set("value1[%(index)d]" % vars(), cpu_type)