mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
3e5955c7bb
Too many changes. Here is ChangeLog: https://github.com/go-delve/delve/blob/master/CHANGELOG.md#141-2020-05-22 PR: 246704 Submitted by: dmitry.wagin@ya.ru (maintainer)
16 lines
346 B
Plaintext
16 lines
346 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
|
|
}
|
|
]
|