Bug 124630 - mail/squirrelmail built-in fortune plugin cannot find 'fortune' command
Summary: mail/squirrelmail built-in fortune plugin cannot find 'fortune' command
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Thomas Abthorpe
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-16 05:40 UTC by Anonymous Anon
Modified: 2008-06-20 06:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anonymous Anon 2008-06-16 05:40:02 UTC
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';

Fix: 

In plugins/fortune/fortune_functions.php, change to
$fortune_location = '/usr/games/fortune';
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-06-16 06:33:50 UTC
State Changed
From-To: open->open

No state change.
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-06-16 06:40:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->tabthorpe

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-06-20 06:18:53 UTC
tabthorpe    2008-06-20 05:18:47 UTC

  FreeBSD ports repository

  Modified files:
    mail/squirrelmail    Makefile 
  Log:
  - Fix builtin fortune plugin for FreeBSD
  - Bump PORTREVISION
  
  PR:             ports/124630
  
  Revision  Changes    Path
  1.52      +4 -1      ports/mail/squirrelmail/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Thomas Abthorpe freebsd_committer freebsd_triage 2008-06-20 06:19:17 UTC
State Changed
From-To: open->closed

Committed. Thanks!