Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  3 Dec 2005 00:37:04 +0100 (CET)
From:      Melvyn Sopacua <melvyn@melvyn.homeunix.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        MAINTAINER <freebsd-ports@varju.ca>
Subject:   ports/89867: Wrong dir in pkg-message
Message-ID:  <20051202233704.AEFA91144E@sarevok.lan.melvyn.homeunix.org>
Resent-Message-ID: <200512022340.jB2Ne630009758@freefall.freebsd.org>

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

>Number:         89867
>Category:       ports
>Synopsis:       Wrong dir in pkg-message
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 02 23:40:06 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Melvyn Sopacua
>Release:        FreeBSD 5.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD sarevok.lan.melvyn.homeunix.org 5.4-STABLE FreeBSD 5.4-STABLE #3: Sun Nov 20 03:52:04 CET 2005 root@sarevok.lan.ginseng.game-server.cc:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	The wrong gallerydir is echoed in pkg-message (obviously a copy from gallery 1).
>How-To-Repeat:
	cd /usr/ports/www/gallery2 && make install
>Fix:

Index: pkg-message
===================================================================
RCS file: /home/ncvs/ports/www/gallery2/pkg-message,v
retrieving revision 1.3
diff -u -r1.3 pkg-message
--- pkg-message	17 Sep 2005 11:26:55 -0000	1.3
+++ pkg-message	2 Dec 2005 23:32:50 -0000
@@ -16,12 +16,12 @@
 You will also need to configure Apache.  Consider adding the following
 to your httpd.conf:
 
-    <Directory %%PREFIX%%/%%GALLERYDIR%%>
+    <Directory %%PREFIX%%/%%GALLERY2DIR%%>
         AllowOverride Options FileInfo
     </Directory>
 
 Then restart Apache: 'apachectl graceful'
 
-Please visit 'http://{host.domain}/%%GALLERYDIR%%/' in a
+Please visit 'http://{host.domain}/%%GALLERY2DIR%%/' in a
 web-browser and follow the configuration instructions.
 *****************************************************************
	


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



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