ports/158377: Fix wrong pathname

Lukasz Wasikowski lukasz at wasikowski.net
Tue Jun 28 08:10:13 UTC 2011


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



More information about the freebsd-ports-bugs mailing list