diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-22 23:35:12 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-22 23:35:12 +0000 |
commit | 3598c06157ff163bf1440b1820fef8f42ce1c53d (patch) | |
tree | ea98fb79c4f04f4fc2f4041c35b9bcf6af73af43 /sysutils/xmbmon | |
parent | f97d631bd4bc4cdc82cf812aac267ae5e79604d3 (diff) | |
download | ports-3598c06157ff163bf1440b1820fef8f42ce1c53d.tar.gz ports-3598c06157ff163bf1440b1820fef8f42ce1c53d.zip |
Notes
Diffstat (limited to 'sysutils/xmbmon')
-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" |