aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/mbmon
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-02-23 07:35:12 +0800
committerkrion <krion@FreeBSD.org>2004-02-23 07:35:12 +0800
commit758258ae05407caf2129cdedc3cb624696ca91c7 (patch)
tree09a78c9bff97d780d333a593f21cd87e9499743c /sysutils/mbmon
parent64cc821ceecaf3764b3b1fa67d0161d6b60656f4 (diff)
downloadfreebsd-ports-gnome-758258ae05407caf2129cdedc3cb624696ca91c7.tar.gz
freebsd-ports-gnome-758258ae05407caf2129cdedc3cb624696ca91c7.tar.zst
freebsd-ports-gnome-758258ae05407caf2129cdedc3cb624696ca91c7.zip
- Add patch to increase max temperature for modern hardware
PR: ports/61346 Submitted by: Andrew Thompson <andy@fud.org.nz> Approved by: maintainer timeout
Diffstat (limited to 'sysutils/mbmon')
-rw-r--r--sysutils/mbmon/files/patch-xmbmon.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/mbmon/files/patch-xmbmon.c b/sysutils/mbmon/files/patch-xmbmon.c
new file mode 100644
index 000000000000..171f801bea18
--- /dev/null
+++ b/sysutils/mbmon/files/patch-xmbmon.c
@@ -0,0 +1,11 @@
+--- xmbmon.c.orig Mon Feb 23 00:32:24 2004
++++ xmbmon.c Mon Feb 23 00:32:43 2004
+@@ -32,7 +32,7 @@
+ #define DEFAULT_CSEC "20"
+ #define DEFAULT_WSEC "1800"
+ #define DEFAULT_TMIN "10.0"
+-#define DEFAULT_TMAX "50.0"
++#define DEFAULT_TMAX "90.0"
+ #define DEFAULT_TMINF "50.0" /* for Fahrenheit */
+ #define DEFAULT_TMAXF "130.0" /* for Fahrenheit */
+ #define DEFAULT_VMIN "1.80"