FreeBSD Bugzilla – Attachment 104507 Details for
Bug 144698
Update port: www/cherokee
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
cherokee-0.99.43_2.diff
cherokee-0.99.43_2.diff (text/x-patch; charset=US-ASCII), 1.87 KB, created by
Diego Schulz
on 2010-03-15 00:43:31 UTC
(
hide
)
Description:
cherokee-0.99.43_2.diff
Filename:
MIME Type:
Creator:
Diego Schulz
Created:
2010-03-15 00:43:31 UTC
Size:
1.87 KB
patch
obsolete
>diff -ruN cherokee/Makefile cherokee-new/Makefile >--- cherokee/Makefile 2010-03-14 21:31:24.000000000 -0300 >+++ cherokee-new/Makefile 2010-03-14 21:24:23.000000000 -0300 >@@ -55,7 +55,8 @@ > cherokee-tweak.1 cherokee-worker.1 > PORTDOCS= * > >-OPTIONS= IPV6 "IPv6 support" on \ >+OPTIONS= WWWUSER "Run as www:www user" on \ >+ IPV6 "IPv6 support" on \ > MYSQL "MySQL Database" off \ > LDAP "LDAP Support" off \ > GEOIP "GeoIP Support (recommended)" on \ >@@ -76,6 +77,10 @@ > > .include <bsd.port.pre.mk> > >+.ifdef WITH_WWWUSER >+CONFIGURE_ARGS+=--with-wwwuser=www --with-wwwgroup=www >+.endif >+ > .ifdef WITHOUT_IPV6 > CONFIGURE_ARGS+=--disable-ipv6 > .endif >@@ -190,5 +195,8 @@ > @cd ${DATADIR}/admin && ${FIND} . -name "*.py" |\ > ${XARGS} ${PYTHON_CMD} ${PYTHON_LIBDIR}/py_compile.py > .endif >+ @${ECHO_MSG} "===============================================================" >+ @${CAT} ${PKGMESSAGE} >+ @${ECHO_MSG} "===============================================================" > > .include <bsd.port.post.mk> >diff -ruN cherokee/pkg-message cherokee-new/pkg-message >--- cherokee/pkg-message 1969-12-31 20:00:00.000000000 -0400 >+++ cherokee-new/pkg-message 2010-03-14 21:34:39.000000000 -0300 >@@ -0,0 +1,22 @@ >+Please note that if you intend to run Cherokee as www user, >+you'll have to manually create the log files and set the >+proper ownership and permissions on them. >+ >+You can do it with (as root): >+ >+ touch /var/log/cherokee.error /var/log/cherokee.access >+ chown -v www:www /var/log/cherokee.* >+ chmod -v 0640 /var/log/cherokee.* >+ >+If you run Cherokee as root (NOT recommended) this is not >+necessary. >+ >+To run Cherokee at startup or using the rc script, add >+'cherokee_enable="YES"' to /etc/rc.conf >+ >+To start the Cherokee administrative interface, run (as root) >+ >+ cherokee-admin >+ >+For more information on cherokee-admin(1), please refer to >+the official documentation and manpage.
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 144698
:
104506
| 104507