FreeBSD Bugzilla – Attachment 176100 Details for
Bug 213051
www/redmine start of thin fails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixed problem that the webserver Thin could not be started
www_redmine_fix_startup.patch (text/plain), 622 bytes, created by
Matthias Fechner
on 2016-10-24 13:37:56 UTC
(
hide
)
Description:
Fixed problem that the webserver Thin could not be started
Filename:
MIME Type:
Creator:
Matthias Fechner
Created:
2016-10-24 13:37:56 UTC
Size:
622 bytes
patch
obsolete
>diff --git a/Makefile b/Makefile >index c76f0d5..d528503 100644 >--- a/Makefile >+++ b/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= redmine > PORTVERSION= 3.2.3 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= www > MASTER_SITES= http://www.redmine.org/releases/ > >diff --git a/files/redmine.in b/files/redmine.in >index adf1165..5e118a6 100644 >--- a/files/redmine.in >+++ b/files/redmine.in >@@ -25,6 +25,9 @@ pidfile="%%WWWDIR%%/tmp/pids/thin.pid" > > load_rc_config $name > >+# add /usr/local/bin to path >+export PATH=$PATH:%%PREFIX%%/bin >+ > # set defaults > : ${redmine_enable="NO"} > : ${redmine_flags="-a 0.0.0.0 -p 3000 -e production"}
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
Flags:
mfechner
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 213051
:
175235
| 176100