diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-21 23:12:25 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-21 23:12:25 +0000 |
commit | 377f5c8f063be8c7864ed5f0c461a0e124b8e185 (patch) | |
tree | aff9236e46562d5f038d6ffda2a68563ae06ae56 /net/rude/files/patch-rude::Makefile.in | |
parent | Per bento logs, mark as broken on 5.x due to varargs.h being (diff) |
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>
Notes
Notes:
svn path=/head/; revision=96364
Diffstat (limited to 'net/rude/files/patch-rude::Makefile.in')
-rw-r--r-- | net/rude/files/patch-rude::Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/rude/files/patch-rude::Makefile.in b/net/rude/files/patch-rude::Makefile.in new file mode 100644 index 000000000000..361cd96a7929 --- /dev/null +++ b/net/rude/files/patch-rude::Makefile.in @@ -0,0 +1,11 @@ +--- rude/Makefile.in.orig Thu Jun 13 14:15:21 2002 ++++ rude/Makefile.in Tue Jun 24 11:26:06 2003 +@@ -19,7 +19,7 @@ + sbindir = @sbindir@ + srcdir = @srcdir@ + +-INSTALL = @INSTALL@ -o root -g root -m 0755 ++INSTALL = @INSTALL@ -o root -g wheel -m 0755 + VPATH = @srcdir@ + + CC = @CC@ |