Created attachment 223199 [details] asterisk.in.diff There's no a group in the asterisk rc-script. Suggested patch adds an asterisk_group var to the script.
Thanks for the patch. Let me test it a little, but it looks good.
A commit references this bug: Author: madpilot Date: Mon Mar 15 22:21:55 UTC 2021 New revision: 568513 URL: https://svnweb.freebsd.org/changeset/ports/568513 Log: - Add variable to configure group owner for asterisk runtime directory creation in startup script - Correct order of variables PR: 254232 SUbmitted by: Boris Korzun <drtr0jan@yandex.ru> Changes: head/net/asterisk13/Makefile head/net/asterisk13/files/asterisk.in
A commit references this bug: Author: madpilot Date: Mon Mar 15 22:22:11 UTC 2021 New revision: 568514 URL: https://svnweb.freebsd.org/changeset/ports/568514 Log: - Add variable to configure group owner for asterisk runtime directory creation in startup script - Correct order of variables PR: 254232 SUbmitted by: Boris Korzun <drtr0jan@yandex.ru> Changes: head/net/asterisk16/Makefile head/net/asterisk16/files/asterisk.in
A commit references this bug: Author: madpilot Date: Mon Mar 15 22:22:21 UTC 2021 New revision: 568515 URL: https://svnweb.freebsd.org/changeset/ports/568515 Log: - Add variable to configure group owner for asterisk runtime directory creation in startup script - Correct order of variables PR: 254232 SUbmitted by: Boris Korzun <drtr0jan@yandex.ru> Changes: head/net/asterisk18/Makefile head/net/asterisk18/files/asterisk.in
Committed. Thanks!