Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jun 2011 08:01:54 GMT
From:      Lukasz Wasikowski <lukasz@wasikowski.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/158377: Fix wrong pathname
Message-ID:  <201106280801.p5S81sm6059326@red.freebsd.org>
Resent-Message-ID: <201106280810.p5S8AD8b065382@freefall.freebsd.org>

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

>Number:         158377
>Category:       ports
>Synopsis:       Fix wrong pathname
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jun 28 08:10:13 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Lukasz Wasikowski
>Release:        8.2-RELEASE
>Organization:
>Environment:
>Description:
After installing the port there are wrong paths (doubled /phplist) in postinstall message.
>How-To-Repeat:
Install port, read the message, check if provided paths are correct.
>Fix:
Patch attached.

Patch attached with submission follows:

diff -ruN mail/phplist.bak/files/pkg-message.in mail/phplist/files/pkg-message.in
--- mail/phplist.bak/files/pkg-message.in	2007-09-24 23:38:43.000000000 +0200
+++ mail/phplist/files/pkg-message.in	2011-06-28 09:55:18.000000000 +0200
@@ -11,15 +11,15 @@
     phplist's location on your disk, you'll need to put the following line
     (or the equivalent) into the web server configuration:
 
-Alias /phplist %%WWWDIR%%/phplist
-<Directory %%WWWDIR%%/phplist>
+Alias /phplist %%WWWDIR%%
+<Directory %%WWWDIR%%>
         Order allow,deny
         Allow from all
 </Directory>
 
 3.  The phplist configuration file, edit:
 
-%%WWWDIR%%/phplist/lists/config/config.php
+%%WWWDIR%%/lists/config/config.php
 
     phplist will not operate correctly unless you spend some time setting
     correct options in this file.


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



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