summaryrefslogtreecommitdiff
path: root/sysutils/gdesklets-sysinfo/files/postbuild-patch-SysInfo.py
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gdesklets-sysinfo/files/postbuild-patch-SysInfo.py')
-rw-r--r--sysutils/gdesklets-sysinfo/files/postbuild-patch-SysInfo.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/sysutils/gdesklets-sysinfo/files/postbuild-patch-SysInfo.py b/sysutils/gdesklets-sysinfo/files/postbuild-patch-SysInfo.py
deleted file mode 100644
index 01dfa2ab0c17..000000000000
--- a/sysutils/gdesklets-sysinfo/files/postbuild-patch-SysInfo.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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)