about summary refs log tree commit diff
path: root/afl-system-config
diff options
context:
space:
mode:
authorhexcoder <hexcoder-@users.noreply.github.com>2019-10-11 23:05:15 +0200
committerGitHub <noreply@github.com>2019-10-11 23:05:15 +0200
commit95bdb47f01b12ab8a6e8a8054d41e5db9fb2bc95 (patch)
tree5f2ae1518500c565d44ceb840e6c1cde343fc60e /afl-system-config
parentebf624772aa28ad0ce2a6e6c7abd8a9d1f94adc0 (diff)
parent1e4fb1f6febd68558350fa356554e3b886dc9363 (diff)
downloadafl++-95bdb47f01b12ab8a6e8a8054d41e5db9fb2bc95.tar.gz
Merge pull request #78 from devnexen/netbsd_bind_cpu_fix
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.