mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Unbreak draw recieve/transmit meter and bump PORTREVISION.
Reviewed by: maintainer
This commit is contained in:
parent
40c508a3ee
commit
3de666fdb6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=71098
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= wmnd
|
||||
PORTVERSION= 0.4.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.hydra.ubiest.com/wmnd/releases/
|
||||
|
||||
|
14
net/wmnd/files/patch-src::wmnd.c
Normal file
14
net/wmnd/files/patch-src::wmnd.c
Normal file
@ -0,0 +1,14 @@
|
||||
--- src/wmnd.c.orig Sun Sep 22 09:23:35 2002
|
||||
+++ src/wmnd.c Sun Sep 22 09:23:55 2002
|
||||
@@ -1204,10 +1204,7 @@
|
||||
}
|
||||
|
||||
/* draw rx/tx rate */
|
||||
- /* TODO
|
||||
- p -= 4; sets p to his[58] or so
|
||||
- draw_rate(p[in], p[out]); */
|
||||
- p = ptr->avg;
|
||||
+ p -= 4; // sets p to his[58] or so
|
||||
draw_rate(p[in], p[out]);
|
||||
|
||||
if (bit_get(CFG_MAXSCREEN))
|
Loading…
Reference in New Issue
Block a user