Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Oct 2001 02:54:20 -0700 (PDT)
From:      Yoshihiro Hanahara <hanahara@meiko.co.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/31056: postfix program_directory parameter's default not suitable. 
Message-ID:  <200110050954.f959sK111104@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         31056
>Category:       ports
>Synopsis:       postfix program_directory parameter's default not suitable.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 05 03:00:01 PDT 2001
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110050954.f959sK111104>