diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-10-12 13:23:48 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-10-12 13:23:48 +0000 |
commit | a6133d9fae08c60d8e64ae5647cba6c171e28a78 (patch) | |
tree | 38989d2438128b43439240f86bcdee2e6c71ff2a /benchmarks | |
parent | a91a2175a64eb84bd3fb7b81e91f1f5a8ea6ba5e (diff) | |
download | ports-a6133d9fae08c60d8e64ae5647cba6c171e28a78.tar.gz ports-a6133d9fae08c60d8e64ae5647cba6c171e28a78.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/forkbomb/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/webbench/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/forkbomb/Makefile b/benchmarks/forkbomb/Makefile index ff39047800ce..49ee2eb7c090 100644 --- a/benchmarks/forkbomb/Makefile +++ b/benchmarks/forkbomb/Makefile @@ -11,7 +11,7 @@ CATEGORIES= benchmarks MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/benchmark -MAINTAINER= hsn@netmag.cz +MAINTAINER= ports@FreeBSD.org COMMENT= System stress testing tool USE_GETOPT_LONG=yes diff --git a/benchmarks/webbench/Makefile b/benchmarks/webbench/Makefile index 2788d3e81712..5163a469a47c 100644 --- a/benchmarks/webbench/Makefile +++ b/benchmarks/webbench/Makefile @@ -11,7 +11,7 @@ CATEGORIES= benchmarks www MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/www/servers -MAINTAINER= hsn@netmag.cz +MAINTAINER= ports@FreeBSD.org COMMENT= Simple forking web benchmark USE_GETOPT_LONG=yes |