Bug 98169 - mailman start script doesn't honour modified installation directory
Summary: mailman start script doesn't honour modified installation directory
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: Jean Milanez Melo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-30 21:30 UTC by neil
Modified: 2006-06-06 15:30 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 neil 2006-05-30 21:30:16 UTC
It is possible to install mailman into a non-standard path
through use of the MM_DIR tunable. Unfortunately, the port installation logic doesn't
apply the modified MM_DIR to the start script - it just assumes ${PREFIX}/mailman.
Some judicious sed'ding is required on the start script at install time to allow for
MM_DIR not being ${PREFIX}/mailman.

How-To-Repeat: Install the port with non-standard MM_DIR and try to start mailman.
Comment 1 Erwin Lansing freebsd_committer freebsd_triage 2006-05-30 22:07:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->jmelo

Over to maintainer
Comment 2 Jean Milanez Melo freebsd_committer freebsd_triage 2006-06-06 15:30:03 UTC
State Changed
From-To: open->closed

Committed. Thanks!