Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Mar 2008 00:14:07 GMT
From:      Edmondas Girkantas <eg@fbsd.lt>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/121980: bad path in pkg-message.in
Message-ID:  <200803230014.m2N0E7Th030974@www.freebsd.org>
Resent-Message-ID: <200803230020.m2N0K2fV066650@freefall.freebsd.org>

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

>Number:         121980
>Category:       ports
>Synopsis:       bad path in pkg-message.in
>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:   Sun Mar 23 00:20:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Edmondas Girkantas
>Release:        FreeBSD 7.0-STABLE
>Organization:
>Environment:
FreeBSD webmail.akmene.net 7.0-STABLE FreeBSD 7.0-STABLE #2: Thu Feb 28 15:21:52 EET 2008     eg@fbsd.lt:/usr/obj/usr/src/sys/FBSD  i386

>Description:
In files/pkg-message.in file written file path is bad. It must be email_footer not login_notes.
>How-To-Repeat:
Try to install port and look to the tip how to create config file.
>Fix:
--- files/pkg-message.in.orig   2008-03-23 02:06:03.000000000 +0200
+++ files/pkg-message.in        2008-03-23 02:06:35.000000000 +0200
@@ -1,5 +1,5 @@
 For the port to work properly you must copy the file
-%%PREFIX%%/%%SQUIRRELDIR%%/plugins/login_notes/config.php.sample
+%%PREFIX%%/%%SQUIRRELDIR%%/plugins/email_footer/config.php.sample
 to
-%%PREFIX%%/%%SQUIRRELDIR%%/plugins/login_notes/config.php
+%%PREFIX%%/%%SQUIRRELDIR%%/plugins/email_footer/config.php
 and edit the configuration to meet your needs.


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



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