about summary refs log tree commit diff
path: root/afl-system-config
diff options
context:
space:
mode:
Diffstat (limited to 'afl-system-config')
-rwxr-xr-xafl-system-config4
1 files changed, 2 insertions, 2 deletions
diff --git a/afl-system-config b/afl-system-config
index a6e0efa4..2a7df17f 100755
--- a/afl-system-config
+++ b/afl-system-config
@@ -48,10 +48,10 @@ if [ "$PLATFORM" = "OpenBSD" ] ; then
 echo
 echo 'System security features cannot be disabled on OpenBSD.'
 fi
-if [ "$PLATFORM" = "FreeBSD" ] ; then
+if [ "$PLATFORM" = "NetBSD" ] ; then
 echo
 echo It is recommended to enable unprivileged users to set cpu affinity
-to be able to use afl-gotcpu meaningfully.
+echo to be able to use afl-gotcpu meaningfully.
 /sbin/sysctl -w security.models.extensions.user_set_cpu_affinity=1
 fi
 if [ "$PLATFORM" = "Darwin" ] ; then