summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-11-14 08:08:04 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-11-14 08:08:04 +0000
commit984e30c97ac8746fd96e2c045542fd0c032b78b9 (patch)
treea6b1604246ee02cb82336ba8c961a60654ecf3de /benchmarks
parentMaster site path changed (diff)
Braindamaged master site not allows root@<hostname> password,
use followin trick instead: FETCH_CMD= FTP_PASSWORD=president@whitehouse.gov /usr/bin/fetch
Notes
Notes: svn path=/head/; revision=4453
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/iozone/Makefile5
-rw-r--r--benchmarks/iozone21/Makefile5
2 files changed, 8 insertions, 2 deletions
diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile
index 9c703410435c..f19e51f18228 100644
--- a/benchmarks/iozone/Makefile
+++ b/benchmarks/iozone/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 September 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.14 1995/07/13 01:09:08 asami Exp $
+# $Id: Makefile,v 1.15 1995/11/22 11:36:56 asami Exp $
#
DISTNAME= iozone
@@ -12,6 +12,9 @@ CATEGORIES+= benchmarks
MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/
DISTFILES= iozone-2.01.shar.gz
+# This site not allows root@<hostname> password
+FETCH_CMD= FTP_PASSWORD=president@whitehouse.gov /usr/bin/fetch
+
MAINTAINER= jmz@FreeBSD.org
EXTRACT_CMD= ( gzcat | awk '{if (/^\#!/) x++} {if(x) print $$0'}| /bin/sh )
diff --git a/benchmarks/iozone21/Makefile b/benchmarks/iozone21/Makefile
index 9c703410435c..f19e51f18228 100644
--- a/benchmarks/iozone21/Makefile
+++ b/benchmarks/iozone21/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 September 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.14 1995/07/13 01:09:08 asami Exp $
+# $Id: Makefile,v 1.15 1995/11/22 11:36:56 asami Exp $
#
DISTNAME= iozone
@@ -12,6 +12,9 @@ CATEGORIES+= benchmarks
MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/others/
DISTFILES= iozone-2.01.shar.gz
+# This site not allows root@<hostname> password
+FETCH_CMD= FTP_PASSWORD=president@whitehouse.gov /usr/bin/fetch
+
MAINTAINER= jmz@FreeBSD.org
EXTRACT_CMD= ( gzcat | awk '{if (/^\#!/) x++} {if(x) print $$0'}| /bin/sh )