git: ec29ec857d49 - main - www/caddy: Correct typo in pkg-message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 12 Oct 2023 10:32:47 UTC
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.