FreeBSD Bugzilla – Attachment 247486 Details for
Bug 276150
www/caddy - caddy_logfile permissions change?
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Set caddy_log ownership to caddy_user
caddy_log_user-patch.txt (text/plain), 614 bytes, created by
Mike Fisher
on 2024-01-06 15:23:19 UTC
(
hide
)
Description:
Set caddy_log ownership to caddy_user
Filename:
MIME Type:
Creator:
Mike Fisher
Created:
2024-01-06 15:23:19 UTC
Size:
614 bytes
patch
obsolete
>--- caddy.orig 2023-12-23 06:09:30.000000000 -0500 >+++ caddy 2023-12-30 15:06:31.141326000 -0500 >@@ -119,9 +119,9 @@ > /usr/bin/install -d -m 700 -o "${caddy_user}" -g "${caddy_group}" /var/run/caddy > if [ -e ${caddy_logfile} ]; then > /bin/chmod 644 ${caddy_logfile} >- /usr/sbin/chown root:wheel ${caddy_logfile} >+ /usr/sbin/chown "${caddy_user}":"${caddy_group}" ${caddy_logfile} > else >- /usr/bin/install -m 644 -o root -g wheel /dev/null ${caddy_logfile} >+ /usr/bin/install -m 644 -o "${caddy_user}" -g "${caddy_group}" /dev/null ${caddy_logfile} > fi > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 276150
: 247486