Bug 30547 - postfix program_directory parameter's default not suitable.
Summary: postfix program_directory parameter's default not suitable.
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: dwcjr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-13 07:40 UTC by Yoshihiro Hanahara
Modified: 2001-09-14 04:24 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 Yoshihiro Hanahara 2001-09-13 07:40:03 UTC
Postfix default value of 'program_directory' parameter is wrong.

'program_directory = /usr/local/usr/libexec/postfix' now, but
must be 'program_directory = /usr/local/libexec/postfix' 

Please see the 'ports/mail/postfix/files/patch-aj' file and fix.

Fix: 

Correct as follow

postfix/files/patch-aj:
...
...
! program_directory = /usr/libexec/postfix

--- 220,222 ----
  #
! program_directory = !!PREFIX!!/libexec/postfix
...
...
How-To-Repeat: Always.
Comment 1 Akinori MUSHA freebsd_committer freebsd_triage 2001-09-13 08:32:50 UTC
Responsible Changed
From-To: freebsd-ports->dwcjr

Over to MAINTAINER. (both postfix & postfix-current)
Comment 2 dwcjr freebsd_committer freebsd_triage 2001-09-14 04:24:19 UTC
State Changed
From-To: open->closed

Committed, thanks!