mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
28219b121a
Signed-off-by: David Spencer <baildon.research@googlemail.com> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
11 lines
294 B
Diff
11 lines
294 B
Diff
diff -Naur i8kutils/i8kmon new/i8kmon
|
|
--- i8kutils/i8kmon 2015-05-21 11:33:21.596018503 +0200
|
|
+++ new/i8kmon 2015-05-21 11:35:11.958867344 +0200
|
|
@@ -430,6 +430,7 @@
|
|
|
|
proc toggle_fan {fan {speed {}}} {
|
|
global status
|
|
+ global config
|
|
|
|
if {$speed != {}} {
|
|
set status($fan) $speed
|