Merge pull request #78 from devnexen/netbsd_bind_cpu_fix

Systen config typo for NetBSD
This commit is contained in:
hexcoder 2019-10-11 23:05:15 +02:00 committed by GitHub
commit 95bdb47f01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ if [ "$PLATFORM" = "OpenBSD" ] ; then
echo echo
echo 'System security features cannot be disabled on OpenBSD.' echo 'System security features cannot be disabled on OpenBSD.'
fi fi
if [ "$PLATFORM" = "FreeBSD" ] ; then if [ "$PLATFORM" = "NetBSD" ] ; then
echo echo
echo It is recommended to enable unprivileged users to set cpu affinity echo It is recommended to enable unprivileged users to set cpu affinity
to be able to use afl-gotcpu meaningfully. to be able to use afl-gotcpu meaningfully.