From nobody@FreeBSD.org  Fri Oct  5 02:54:23 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 72BE637B406
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  5 Oct 2001 02:54:20 -0700 (PDT)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.4/8.11.4) id f959sK111104;
	Fri, 5 Oct 2001 02:54:20 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200110050954.f959sK111104@freefall.freebsd.org>
Date: Fri, 5 Oct 2001 02:54:20 -0700 (PDT)
From: Yoshihiro Hanahara <hanahara@meiko.co.jp>
To: freebsd-gnats-submit@FreeBSD.org
Subject: postfix program_directory parameter's default not suitable. 
X-Send-Pr-Version: www-1.0

>Number:         31056
>Category:       ports
>Synopsis:       postfix program_directory parameter's default not suitable.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    dwcjr
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 05 03:00:01 PDT 2001
>Closed-Date:    Wed Oct 10 09:57:57 PDT 2001
>Last-Modified:  Wed Oct 10 10:00:01 PDT 2001
>Originator:     Yoshihiro Hanahara
>Release:        Current ports/{postfix,postfix-current}
>Organization:
Meiko Ltd.
>Environment:
FreeBSD ume.meiko.co.jp 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Thu Sep 20 16:59:47 JST 2001     root@momi.meiko.co.jp:/usr/obj/usr/src/sys/UME  i386
>Description:
Postfix default value of 'program_directory' parameter is not suitable.

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

This 'program_directory' is not so important for FreeBSD,
because of overriding by other '*_directory' parameters.

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

>How-To-Repeat:
Always.

>Fix:
Correct as follows

% diff -c patch-ec.orig patch-ec
*** patch-ec.orig       Fri Oct  5 17:44:57 2001
--- patch-ec    Fri Oct  5 17:45:10 2001
***************
*** 7,13 ****
    #endif
  --- 155,157 ----
    #ifndef DEF_PROGRAM_DIR
! ! #define DEF_PROGRAM_DIR             "!!PREFIX!!/usr/libexec/postfix"
    #endif
  ***************
  *** 189,191 ****
--- 7,13 ----
    #endif
  --- 155,157 ----
    #ifndef DEF_PROGRAM_DIR
! ! #define DEF_PROGRAM_DIR             "!!PREFIX!!/libexec/postfix"
    #endif
  ***************
  *** 189,191 ****

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->dwcjr 
Responsible-Changed-By: petef 
Responsible-Changed-When: Fri Oct 5 13:17:34 PDT 2001 
Responsible-Changed-Why:  
Over to maintainer 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31056 
State-Changed-From-To: open->closed 
State-Changed-By: dwcjr 
State-Changed-When: Wed Oct 10 09:57:57 PDT 2001 
State-Changed-Why:  
Committed, thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31056 

From: "David W. Chapman Jr." <dwcjr@inethouston.net>
To: freebsd-gnats-submit@FreeBSD.org, hanahara@meiko.co.jp
Cc:  
Subject: Re: ports/31056: postfix program_directory parameter's default not suitable.
Date: Wed, 10 Oct 2001 11:57:51 -0500

 Next time don't create a duplicate pr just to fix a mistake in the 
 previous one, just note the error in the previous pr.
 
>Unformatted:
