ports/56938: [PATCH] www/boa

David Lay dsl at webize.com.au
Wed Sep 17 03:20:22 UTC 2003


>Number:         56938
>Category:       ports
>Synopsis:       [PATCH] www/boa
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Sep 16 20:20:19 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     David Lay
>Release:        FreeBSD 4.8-RELEASE-p4 i386
>Organization:
Webize
>Environment:
System: FreeBSD river.webize.com.au 4.8-RELEASE-p4 FreeBSD 4.8-RELEASE-p4 #1: Tue Sep 9 16:08:24 EST 2003 root at river.webize.com.au:/usr/obj/usr/src/sys/RIVER i386

>Description:
	Fix typo in the installed boa.conf file.
>How-To-Repeat:
	cd /usr/ports/www/boa
        make install
>Fix:

--- files/patch-examples::boa.conf.orig	Thu Sep 11 15:35:22 2003
+++ files/patch-examples::boa.conf	Thu Sep 11 15:35:55 2003
@@ -43,7 +43,7 @@
  # CGIPath: The value of the $PATH environment variable given to CGI progs.
  
 -CGIPath /bin:/usr/bin:/usr/local/bin
-+CGIPath /bin:/usr/bin:%%PREFIX/bin
++CGIPath /bin:/usr/bin:%%PREFIX%%/bin
  
  # SinglePostLimit: The maximum allowable number of bytes in 
  # a single POST.  Default is normally 1MB.
@@ -58,5 +58,5 @@
  # Example: ScriptAlias /htbin/ /www/htbin/
  
 -ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
-+ScriptAlias /cgi-bin/ %%PREFIX/www/cgi-bin/
++ScriptAlias /cgi-bin/ %%PREFIX%%/www/cgi-bin/
  
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list