[21468] trunk/dports/www/lighttpd

source_changes at macosforge.org source_changes at macosforge.org
Thu Jan 25 18:21:44 PST 2007


Revision: 21468
          http://trac.macosforge.org/projects/macports/changeset/21468
Author:   pguyot at kallisys.net
Date:     2007-01-25 18:21:44 -0800 (Thu, 25 Jan 2007)

Log Message:
-----------
www/lighttpd: forgot the patch file.
ticket #11293

Added Paths:
-----------
    trunk/dports/www/lighttpd/files/
    trunk/dports/www/lighttpd/files/patch-doc-lighttpd.conf

Added: trunk/dports/www/lighttpd/files/patch-doc-lighttpd.conf
===================================================================
--- trunk/dports/www/lighttpd/files/patch-doc-lighttpd.conf	                        (rev 0)
+++ trunk/dports/www/lighttpd/files/patch-doc-lighttpd.conf	2007-01-26 02:21:44 UTC (rev 21468)
@@ -0,0 +1,40 @@
+--- doc/lighttpd.conf	2006-11-07 16:22:30.000000000 +0900
++++ doc/lighttpd.conf	2006-11-07 16:23:30.000000000 +0900
+@@ -145,7 +145,7 @@
+ #server.error-handler-404   = "/error-handler.php"
+ 
+ ## to help the rc.scripts
+-#server.pid-file            = "/var/run/lighttpd.pid"
++server.pid-file            = "__PREFIX/var/run/lighttpd.pid"
+ 
+ 
+ ###### virtual hosts
+@@ -210,14 +210,14 @@
+ #                               ( "localhost" =>
+ #                                 (
+ #                                   "socket" => "/tmp/php-fastcgi.socket",
+-#                                   "bin-path" => "/usr/local/bin/php"
++#                                   "bin-path" => "__PREFIX/bin/php"
+ #                                 )
+ #                               )
+ #                            )
+ 
+ #### CGI module
+-#cgi.assign                 = ( ".pl"  => "/usr/bin/perl",
+-#                               ".cgi" => "/usr/bin/perl" )
++#cgi.assign                 = ( ".pl"  => "__PREFIX/bin/perl",
++#                               ".cgi" => "__PREFIX/bin/perl" )
+ #
+ 
+ #### SSL engine
+@@ -278,8 +278,8 @@
+ #ssi.extension              = ( ".shtml" )
+ 
+ #### rrdtool
+-#rrdtool.binary             = "/usr/bin/rrdtool"
+-#rrdtool.db-name            = "/var/www/lighttpd.rrd"
++#rrdtool.binary             = "__PREFIX/bin/rrdtool"
++#rrdtool.db-name            = "__PREFIX/var/www/lighttpd.rrd"
+ 
+ #### setenv
+ #setenv.add-request-header  = ( "TRAV_ENV" => "mysql://user@host/db" )

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070125/d8c386a9/attachment.html


More information about the macports-changes mailing list