Created attachment 251864 [details] Patch to fix the issue Instructions says to enable caddy by `service enable caddy` instead of `service caddy enable` breaking copy and pasting.
Can we get this committed?
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=cc1921f1c1a9b7b080f7ef0797b1367ff1b41e64 commit cc1921f1c1a9b7b080f7ef0797b1367ff1b41e64 Author: Adam Weinberger <adamw@FreeBSD.org> AuthorDate: 2024-11-30 22:47:33 +0000 Commit: Adam Weinberger <adamw@FreeBSD.org> CommitDate: 2024-11-30 22:55:50 +0000 www/caddy, www/caddy-custom: Fix rc(8) instructions I had 'service enable caddy' instead of 'service caddy enable' in caddy.in, because I get it wrong so often that I had to write a wrapper service() function in my shell. Ludovic submitted a patch for this 5 months ago, but it went into the same cerebral black hole as the order of service arguments. PR: 280127 Reported by: Ludovic Hirlimann www/caddy-custom/Makefile | 2 +- www/caddy-custom/files/caddy.in | 2 +- www/caddy/Makefile | 2 +- www/caddy/files/caddy.in | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-)
Thanks for submitting this, and for the reminder. $LIFE happened and this totally fell off my radar.
Thanks Adam!!