diff options
author | Mark Pulford <markp@FreeBSD.org> | 2003-02-22 16:37:08 +0000 |
---|---|---|
committer | Mark Pulford <markp@FreeBSD.org> | 2003-02-22 16:37:08 +0000 |
commit | 8c2a1b585f5d731cd2aadf0c24ceab22fd6758f3 (patch) | |
tree | e08d0138537e38ff8b8066b9edf77ece69d56da1 /sysutils/crashme | |
parent | 07e3f22daf8327a09652628578013796311d740d (diff) |
Notes
Diffstat (limited to 'sysutils/crashme')
-rw-r--r-- | sysutils/crashme/Makefile | 1 | ||||
-rw-r--r-- | sysutils/crashme/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/crashme/pkg-descr | 5 |
3 files changed, 2 insertions, 5 deletions
diff --git a/sysutils/crashme/Makefile b/sysutils/crashme/Makefile index 568059d573ab..2b4bc4b040af 100644 --- a/sysutils/crashme/Makefile +++ b/sysutils/crashme/Makefile @@ -14,6 +14,7 @@ DISTNAME= crashme EXTRACT_SUFX= .tgz MAINTAINER= markp@FreeBSD.org +COMMENT= A tool to test an operating system's robustness USE_GMAKE= yes NO_WRKSUBDIR= yes diff --git a/sysutils/crashme/pkg-comment b/sysutils/crashme/pkg-comment deleted file mode 100644 index 132277246682..000000000000 --- a/sysutils/crashme/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A tool to test an operating system's robustness diff --git a/sysutils/crashme/pkg-descr b/sysutils/crashme/pkg-descr index 59028b330d63..18148a4ff05e 100644 --- a/sysutils/crashme/pkg-descr +++ b/sysutils/crashme/pkg-descr @@ -4,7 +4,4 @@ procedure. The standard signals are caught and handled with a setjmp back to a loop which will try again to produce a fault by executing random data. Some people call this stress testing. -WWW: http://people.delphi.com/gjc/crashme.html - -- Mark Pulford -mark@kyne.com.au +WWW: http://people.delphiforums.com/gjc/crashme.html |