summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--security/fuzz/Makefile3
-rw-r--r--security/fuzz/pkg-message8
2 files changed, 11 insertions, 0 deletions
diff --git a/security/fuzz/Makefile b/security/fuzz/Makefile
index a1f2213..5671d2d 100644
--- a/security/fuzz/Makefile
+++ b/security/fuzz/Makefile
@@ -17,4 +17,7 @@ GNU_CONFIGURE= yes
MAN1= fuzz.1
+post-install:
+ @${CAT} ${PKGMESSAGE}
+
.include <bsd.port.mk>
diff --git a/security/fuzz/pkg-message b/security/fuzz/pkg-message
new file mode 100644
index 0000000..6e171e3
--- /dev/null
+++ b/security/fuzz/pkg-message
@@ -0,0 +1,8 @@
+
+=========================================================================
+BEWARE! This software bombards programs with signicant amounts of random
+input meant to cause failure. Due to the potential havok some programs
+may cause when given untrusted input, it is recommended that programs be
+tested under a jail(8) environment.
+=========================================================================
+
OpenPOWER on IntegriCloud