FreeBSD Bugzilla – Attachment 225074 Details for
Bug 255981
sysutils/zrepl: pidfile should be world-readable
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Change permissions on /var/run/zrepl to 755
zrepl-755.diff (text/plain), 991 bytes, created by
Alan Somers
on 2021-05-18 19:23:34 UTC
(
hide
)
Description:
Change permissions on /var/run/zrepl to 755
Filename:
MIME Type:
Creator:
Alan Somers
Created:
2021-05-18 19:23:34 UTC
Size:
991 bytes
patch
obsolete
>diff --git sysutils/zrepl/Makefile sysutils/zrepl/Makefile >index 77a85de261bb..8ed2bcfbd623 100644 >--- sysutils/zrepl/Makefile >+++ sysutils/zrepl/Makefile >@@ -3,7 +3,7 @@ > PORTNAME= zrepl > PORTVERSION= 0.3.1 > DISTVERSIONPREFIX= v >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= sysutils > > MAINTAINER= woodsb02@FreeBSD.org >diff --git sysutils/zrepl/files/zrepl.in sysutils/zrepl/files/zrepl.in >index 128cd406f652..57a4d48ce0b6 100644 >--- sysutils/zrepl/files/zrepl.in >+++ sysutils/zrepl/files/zrepl.in >@@ -54,8 +54,8 @@ extra_commands="configtest" > zrepl_precmd() > { > if [ ! -d "/var/run/zrepl/stdinserver" ]; then >- install -d -g ${zrepl_group} -o ${zrepl_user} -m 0700 -- "/var/run/zrepl"; >- install -d -g ${zrepl_group} -o ${zrepl_user} -m 0700 -- "/var/run/zrepl/stdinserver"; >+ install -d -g ${zrepl_group} -o ${zrepl_user} -m 0755 -- "/var/run/zrepl"; >+ install -d -g ${zrepl_group} -o ${zrepl_user} -m 0755 -- "/var/run/zrepl/stdinserver"; > fi > > if [ ! -e "${pidfile}" ]; then
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 255981
: 225074 |
225629