Bug 98169

Summary: mailman start script doesn't honour modified installation directory
Product: Ports & Packages Reporter: neil
Component: Individual Port(s)Assignee: Jean Milanez Melo <jmelo>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

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!