Created attachment 228980 [details] Patch to files/wireguard_wgquick.in Hi all, I just added a "status" command to the the wireguard rcng script, because I think it is missing. Kind regards, Patrick
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=af6b7cd3fe758510a4ef45775315e6a733404f47 commit af6b7cd3fe758510a4ef45775315e6a733404f47 Author: Patrick M. Hausen <pmh@hausen.com> AuthorDate: 2021-11-05 12:13:40 +0000 Commit: Bernhard Froehlich <decke@FreeBSD.org> CommitDate: 2021-11-05 12:17:08 +0000 net/wireguard-tools: Add status command to rc.d script PR: 259397 Submitted by: Patrick M. Hausen <pmh@hausen.com> net/wireguard-tools/Makefile | 1 + net/wireguard-tools/files/wireguard_lite.in | 14 +++++++++++++- net/wireguard-tools/files/wireguard_wgquick.in | 15 ++++++++++++++- 3 files changed, 28 insertions(+), 2 deletions(-)
Thanks! I've committed your changes and also added your status command to the wireguard_lite rc.d script.
Hey, just a style note, there is no need to add status to the extra_commands variable. status is one of the commands defined automatically for each service.