1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
This package was debianized by Christoph Lameter clameter@debian.org on
Wed, 1 Jan 1997 17:36:31 -0800.
It was downloaded from sunsite.unc.edu:/pub/Linux/system/misc/bonnie*
Copyright:
his is a copy of Tim Bray's Bonnie. Found the source at ftp.cdrom.com in
/pub/unix-c/benchmarks/bonnie which was a copy of the post to usenet made
some time back.
Most of the man page I slapped together was pulled out of the comments
at the start of the C code verbatim. No makefile, I'm too lazy.
gcc -O2 -o bonnie bonnie.c
works fine. I threw this together to build an RPM, but figured I'd
upload it to sunsite as well.
Chris <chorn@warwick.net>
* COPYRIGHT NOTICE:
* Copyright (c) Tim Bray, 1990.
* Everybody is hereby granted rights to use, copy, and modify this program,
* provided only that this copyright notice and the disclaimer below
* are preserved without change.
* DISCLAIMER:
* This program is provided AS IS with no warranty of any kind, and
* The author makes no representation with respect to the adequacy of this
* program for any particular purpose or with respect to its adequacy to
* produce any particular result, and
* The author shall not be liable for loss or damage arising out of
* the use of this program regardless of how sustained, and
* In no event shall the author be liable for special, direct, indirect
* or consequential damage, loss, costs or fees or expenses of any
* nature or kind.
*/
|