Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jun 2008 04:30:34 GMT
From:      Anonymous Anon <anon_101100@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/124630: squirrelmail built-in fortune plugin cannot find 'fortune' command
Message-ID:  <200806160430.m5G4UYQP026232@www.freebsd.org>
Resent-Message-ID: <200806160440.m5G4e2Ui036606@freefall.freebsd.org>

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

>Number:         124630
>Category:       ports
>Synopsis:       squirrelmail built-in fortune plugin cannot find 'fortune' command
>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:   Mon Jun 16 04:40:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Anonymous Anon
>Release:        7.0-RELEASE-p1
>Organization:
>Environment:
FreeBSD myhost.example.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008     root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
With squirrelmail-1.4.15_1, the built-in fortune plugin has the wrong path to the fortune command:

In plugins/fortune/fortune_functions.php, the line in question is:
$fortune_location = '/usr/bin/fortune';



>How-To-Repeat:

>Fix:
In plugins/fortune/fortune_functions.php, change to
$fortune_location = '/usr/games/fortune';

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



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