diff options
Diffstat (limited to 'sysutils/xmbmon/files')
-rw-r--r-- | sysutils/xmbmon/files/patch-xmbmon.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/xmbmon/files/patch-xmbmon.c b/sysutils/xmbmon/files/patch-xmbmon.c new file mode 100644 index 000000000000..171f801bea18 --- /dev/null +++ b/sysutils/xmbmon/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" |