aboutsummaryrefslogtreecommitdiff
path: root/afl-system-config
diff options
context:
space:
mode:
authorDavid Carlier <devnexen@gmail.com>2019-10-11 20:07:45 +0100
committerDavid Carlier <devnexen@gmail.com>2019-10-11 20:07:45 +0100
commit1e4fb1f6febd68558350fa356554e3b886dc9363 (patch)
tree5e29a441659931755cb7f49a2f62ee27d4f62dd3 /afl-system-config
parent287828fe0bef3224e5e4f0b80e880235570876e4 (diff)
downloadAFLplusplus-1e4fb1f6febd68558350fa356554e3b886dc9363.tar.gz
Systen config typo for NetBSD
Diffstat (limited to 'afl-system-config')
-rwxr-xr-xafl-system-config2
1 files changed, 1 insertions, 1 deletions
diff --git a/afl-system-config b/afl-system-config
index a6e0efa4..99ebc61f 100755
--- a/afl-system-config
+++ b/afl-system-config
@@ -48,7 +48,7 @@ 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.