View | Details | Raw Unified | Return to bug 267710 | Differences between
and this patch

Collapse All | Expand All

(-)b/net/pload/Makefile (-1 / +1 lines)
Lines 1-6 Link Here
1
PORTNAME=	pload
1
PORTNAME=	pload
2
PORTVERSION=	0.9.5
2
PORTVERSION=	0.9.5
3
PORTREVISION=	5
3
PORTREVISION=	6
4
CATEGORIES=	net sysutils
4
CATEGORIES=	net sysutils
5
MASTER_SITES=	http://opal.com/src/pload/ LOCAL/pav
5
MASTER_SITES=	http://opal.com/src/pload/ LOCAL/pav
6
6
(-)b/net/pload/files/patch-pload.c (-1 / +1 lines)
Lines 68-74 Link Here
68
 					do_rate(buff, max);
68
 					do_rate(buff, max);
69
+					break;
69
+					break;
70
+				case 'd':
70
+				case 'd':
71
+					sprintf(buff, "%s", resources.device);
71
+					strcat(buff, resources.device);
72
 					break;
72
 					break;
73
 				case '%':	/* literal % */
73
 				case '%':	/* literal % */
74
 					i = strlen(buff);
74
 					i = strlen(buff);

Return to bug 267710