FreeBSD Bugzilla – Attachment 232595 Details for
Bug 262692
net-im/py-matrix-synapse: rc.d script doesn't use synapse_user variable in start_precmd
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch: fix owner to match synapse_user
synapse.patch (text/plain), 677 bytes, created by
Marcin Gryszkalis
on 2022-03-20 22:50:42 UTC
(
hide
)
Description:
patch: fix owner to match synapse_user
Filename:
MIME Type:
Creator:
Marcin Gryszkalis
Created:
2022-03-20 22:50:42 UTC
Size:
677 bytes
patch
obsolete
>--- synapse.orig 2022-03-20 23:13:26.080829000 +0100 >+++ synapse 2022-03-20 23:14:08.528277000 +0100 >@@ -33,15 +33,15 @@ > start_precmd() > { > if [ ! -d ${synapse_pidfile%/*} ] ; then >- install -d -o synapse -g wheel ${synapse_pidfile%/*}; >+ install -d -o ${synapse_user} -g wheel ${synapse_pidfile%/*}; > fi > > if [ ! -d ${synapse_dbdir} ] ; then >- install -d -o synapse -g wheel ${synapse_dbdir}; >+ install -d -o ${synapse_user} -g wheel ${synapse_dbdir}; > fi > > if [ ! -d ${synapse_logdir} ] ; then >- install -d -o synapse -g wheel ${synapse_logdir}; >+ install -d -o ${synapse_user} -g wheel ${synapse_logdir}; > fi > > if $(grep -q CHANGEME ${synapse_conf}) ; 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 262692
: 232595 |
232732