FreeBSD Bugzilla – Attachment 175235 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_thin_startup.diff (text/plain), 605 bytes, created by
Matthias Fechner
on 2016-09-28 18:49:28 UTC
(
hide
)
Description:
Fixed problem that the webserver Thin could not be started
Filename:
MIME Type:
Creator:
Matthias Fechner
Created:
2016-09-28 18:49:28 UTC
Size:
605 bytes
patch
obsolete
>diff --git a/Makefile b/Makefile >index e8df6c6..0d41270 100644 >--- a/Makefile >+++ b/Makefile >@@ -3,6 +3,7 @@ > > PORTNAME= redmine > PORTVERSION= 3.2.3 >+PORTREVISION= 1 > CATEGORIES= www > MASTER_SITES= http://www.redmine.org/releases/ > >diff --git a/files/redmine.in b/files/redmine.in >index adf1165..1b144c2 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:/usr/local/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
Actions:
View
|
Diff
Attachments on
bug 213051
:
175235
|
176100