FreeBSD Bugzilla – Attachment 187535 Details for
Bug 223283
[maintainer-update] www/gitea update to 1.2.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Update rc script, bringing the port to 1.2.2_1
file_223283.txt (text/plain), 1017 bytes, created by
Stefan Bethke
on 2017-10-28 11:15:45 UTC
(
hide
)
Description:
Update rc script, bringing the port to 1.2.2_1
Filename:
MIME Type:
Creator:
Stefan Bethke
Created:
2017-10-28 11:15:45 UTC
Size:
1017 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 453055) >+++ Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= gitea > PORTVERSION= 1.2.2 >+PORTREVISION= 1 > DISTVERSIONPREFIX= v > CATEGORIES= www > >Index: files/gitea.in >=================================================================== >--- files/gitea.in (revision 453055) >+++ files/gitea.in (working copy) >@@ -32,8 +32,13 @@ > start_cmd="${name}_start" > > gitea_start() { >- /usr/sbin/daemon -l ${gitea_facility} -s ${gitea_priority} \ >- -u ${gitea_user} -p ${pidfile} -t "${command}" \ >+ daemon_args="-u ${gitea_user} -p ${pidfile}" >+ if printf '%s\n' $(freebsd-version) '11.1-RELEASE' | sort -CV; then >+ daemon_args="${daemon_args} -f" >+ else >+ daemon_args="${daemon_args} -S -l ${gitea_facility} -s ${gitea_priority} -t ${name}" >+ fi >+ /usr/sbin/daemon ${daemon_args} \ > /usr/bin/env -i \ > "GITEA_WORK_DIR=${gitea_shared}" \ > "GITEA_CUSTOM=%%PREFIX%%/etc/${name}" \
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 223283
:
187528
| 187535 |
187537