diff options
author | grant <grant> | 2002-06-09 00:24:30 +0000 |
---|---|---|
committer | grant <grant> | 2002-06-09 00:24:30 +0000 |
commit | 4d10d2d8749f89b2f0a47304a51e933cd1d16ad2 (patch) | |
tree | f99975b837c92ced59c0e12d040e5473ebad9f4e /benchmarks/bonnie | |
parent | a917a8e89480ef05c1308e1d94571c18768950f0 (diff) | |
download | pkgsrc-4d10d2d8749f89b2f0a47304a51e933cd1d16ad2.tar.gz |
we install `Bonnie' as `bonnie', update usage() accordingly.
Diffstat (limited to 'benchmarks/bonnie')
-rw-r--r-- | benchmarks/bonnie/distinfo | 3 | ||||
-rw-r--r-- | benchmarks/bonnie/patches/patch-ac | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/benchmarks/bonnie/distinfo b/benchmarks/bonnie/distinfo index e680b417486..8c71b0d76da 100644 --- a/benchmarks/bonnie/distinfo +++ b/benchmarks/bonnie/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.3 2001/07/16 22:50:48 garbled Exp $ +$NetBSD: distinfo,v 1.4 2002/06/09 00:25:12 grant Exp $ SHA1 (bonnie.tar.gz) = f435ae56903883c8e3e011eb989783c8410f5ee3 Size (bonnie.tar.gz) = 7140 bytes SHA1 (patch-aa) = 33ac03e1c70bba2aedf0482e23c16cf19956b47e +SHA1 (patch-ac) = c05ff777135943cff5439010d6d3b420e9cc84a0 diff --git a/benchmarks/bonnie/patches/patch-ac b/benchmarks/bonnie/patches/patch-ac new file mode 100644 index 00000000000..189c1b3c90a --- /dev/null +++ b/benchmarks/bonnie/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2002/06/09 00:24:30 grant Exp $ + +--- bonnie.c.orig Thu Aug 29 02:23:49 1996 ++++ bonnie.c Sun Jun 9 10:20:02 2002 +@@ -458,7 +458,7 @@ + usage() + { + fprintf(stderr, +- "usage: Bonnie [-d scratch-dir] [-s size-in-Mb] [-html] [-m machine-label]\n"); ++ "usage: bonnie [-d scratch-dir] [-s size-in-Mb] [-html] [-m machine-label]\n"); + exit(1); + } + |