Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Sep 2003 13:16:22 +1000 (EST)
From:      David Lay <dsl@webize.com.au>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/56938: [PATCH] www/boa
Message-ID:  <200309170316.h8H3GM1m046911@river.webize.com.au>
Resent-Message-ID: <200309170320.h8H3KJZq054094@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309170316.h8H3GM1m046911>