FreeBSD Bugzilla – Attachment 216458 Details for
Bug 247989
www/gitea: Allow changing the GITEA_CUSTOM path via rc.conf knob
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch against SVN head
gitea-1.11.8.diff (text/plain), 685 bytes, created by
mikeg
on 2020-07-15 07:49:12 UTC
(
hide
)
Description:
Patch against SVN head
Filename:
MIME Type:
Creator:
mikeg
Created:
2020-07-15 07:49:12 UTC
Size:
685 bytes
patch
obsolete
>Index: files/gitea.in >=================================================================== >--- files/gitea.in (revision 542249) >+++ files/gitea.in (working copy) >@@ -22,6 +22,7 @@ > : ${gitea_facility:="daemon"} > : ${gitea_priority:="debug"} > : ${gitea_shared:="%%PREFIX%%/share/${name}"} >+: ${gitea_custom:="%%PREFIX%%/etc/${name}"} > > command="%%PREFIX%%/sbin/${name} web" > procname="%%PREFIX%%/sbin/${name}" >@@ -36,7 +37,7 @@ > -u ${gitea_user} -p ${pidfile} \ > /usr/bin/env -i \ > "GITEA_WORK_DIR=${gitea_shared}" \ >- "GITEA_CUSTOM=%%PREFIX%%/etc/${name}" \ >+ "GITEA_CUSTOM=${gitea_custom}" \ > "HOME=${githome}" \ > "PATH=%%PREFIX%%/bin:${PATH}" \ > "USER=${gitea_user}" \
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 247989
: 216458