Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jan 2008 10:09:45 +1100 (EST)
From:      terry@sucked-in.com
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        dan@langille.org
Subject:   ports/119547: Incorrect apache httpd.conf directive in pkg-message.in
Message-ID:  <20080110230945.9058A1CCA6@mail.sucked-in.com>
Resent-Message-ID: <200801102310.m0ANA40u072454@freefall.freebsd.org>

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

>Number:         119547
>Category:       ports
>Synopsis:       Incorrect apache httpd.conf directive in pkg-message.in
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 10 23:10:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Terry Sposato
>Release:        FreeBSD 6.2-RELEASE-p8 i386
>Organization:
Sucked In - www.sucked-in.com
>Environment:
System: FreeBSD got.sucked-in.com 6.2-RELEASE-p8 FreeBSD 6.2-RELEASE-p8 #2: Fri Oct 5 15:33:51 EST 2007 root@got.sucked-in.com:/usr/obj/usr/src/sys/SUCKED i386


	
>Description:
	Port: net-mgmt/fruity
	File: net-mgmt/fruity/files/pkg-message.in
	Incorrect pkg-message.in tells user to add the wrong apache httpd.conf directive. Should point to /usr/local/www/fruity/ by default.
>How-To-Repeat:
	Build the port and view the message.
>Fix:

	Please see attached diff file below.	

--- pkg-message.in.diff begins here ---
--- pkg-message.in.old	Fri Jan 11 10:05:28 2008
+++ pkg-message.in	Fri Jan 11 10:05:49 2008
@@ -24,7 +24,7 @@
 You will probably want to add an alias to your httpd.conf file, something
 like this:
 
-   Alias /fruity/ /usr/local/etc/fruity/fruity/
+   Alias /fruity/ /usr/local/www/fruity/
 
 And restart Apache.
 
--- pkg-message.in.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



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