Files
bsdports/devel/delve/pkg-message
2020-04-16 19:24:48 +00:00

16 lines
344 B
Plaintext

[
{ type: install
message: <<EOM
Please execute the following commands to prep this system to run delve:
echo "# required for delve">>/etc/sysctl.conf.local
echo "security.bsd.unprivileged_proc_debug=1">>/etc/sysctl.conf.local
Then, either reboot or run the following commands to implement the above
changes:
service sysctl reload
EOM
}
]