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
This commit is contained in:
Adam Weinberger 2024-11-30 17:47:33 -05:00
parent 8a4f1e2bed
commit cc1921f1c1
4 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
PORTNAME= caddy-custom
PORTVERSION= ${CADDY_VERSION}.${XCADDY_VERSION}
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= www
DISTFILES= # none

View file

@ -8,7 +8,7 @@
#
# - Edit %%PREFIX%%/etc/caddy/Caddyfile
# See https://caddyserver.com/docs/
# - Run 'service enable caddy'
# - Run 'service caddy enable'
#
# Note while Caddy currently defaults to running as root:wheel, it is strongly
# recommended to run the server as an unprivileged user, such as www:www.

View file

@ -1,7 +1,7 @@
PORTNAME= caddy
DISTVERSIONPREFIX= v
DISTVERSION= 2.8.4
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= www
DIST_SUBDIR= caddy

View file

@ -8,7 +8,7 @@
#
# - Edit %%ETCDIR%%/Caddyfile
# See https://caddyserver.com/docs/
# - Run 'service enable caddy'
# - Run 'service caddy enable'
#
# Note while Caddy currently defaults to running as root:wheel, it is strongly
# recommended to run the server as an unprivileged user, such as www:www.