1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/net/rude/files/patch-grude::grude
Pav Lucistnik 377f5c8f06 Add rude, an UDP traffic generator and its collector crude.
It's capable of accurate measuring of traffic.

PR:		ports/53671
Submitted by:	Janos Mohacsi <janos.mohacsi@bsd.hu>
2003-12-21 23:12:25 +00:00

12 lines
362 B
Plaintext

--- grude/grude.orig Tue Jun 24 11:38:38 2003
+++ grude/grude Tue Jun 24 11:39:18 2003
@@ -1418,7 +1418,7 @@
$erro = 'Can\'t save file components';
goto ERRO;
}
- if (system('tar c * | gzip -c > archive') != 0) {
+ if (system('tar cf - * | gzip -c > archive') != 0) {
$erro = 'Can\'t create compressed file';
goto ERRO;
}