Date: Thu, 12 Oct 2023 10:32:47 GMT From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ec29ec857d49 - main - www/caddy: Correct typo in pkg-message Message-ID: <202310121032.39CAWlpb005720@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by adamw: URL: https://cgit.FreeBSD.org/ports/commit/?id=ec29ec857d49af616fd1be8cc796e52c1c240f91 commit ec29ec857d49af616fd1be8cc796e52c1c240f91 Author: Ashish SHUKLA <ashish@FreeBSD.org> AuthorDate: 2023-10-12 10:32:29 +0000 Commit: Adam Weinberger <adamw@FreeBSD.org> CommitDate: 2023-10-12 10:32:43 +0000 www/caddy: Correct typo in pkg-message --- www/caddy/files/pkg-message.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/caddy/files/pkg-message.in b/www/caddy/files/pkg-message.in index 321e6b87bc36..e722d14049c1 100644 --- a/www/caddy/files/pkg-message.in +++ b/www/caddy/files/pkg-message.in @@ -96,7 +96,7 @@ If you have relied upon earlier defaults: - Stop the server, and update ownership on Caddy runtime files: # service caddy stop - # chown -r www:www /var/db/caddy /var/log/caddy /var/run/caddy + # chown -R www:www /var/db/caddy /var/log/caddy /var/run/caddy Other changes may be necessary depending on your exact Caddy configuration.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310121032.39CAWlpb005720>