From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 22 14:20:19 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86D9D37B401 for ; Tue, 22 Jul 2003 14:20:19 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CDA743F3F for ; Tue, 22 Jul 2003 14:20:18 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h6MLKIUp026177 for ; Tue, 22 Jul 2003 14:20:18 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h6MLKHot026157; Tue, 22 Jul 2003 14:20:17 -0700 (PDT) Resent-Date: Tue, 22 Jul 2003 14:20:17 -0700 (PDT) Resent-Message-Id: <200307222120.h6MLKHot026157@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vivek Khera Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B453637B401 for ; Tue, 22 Jul 2003 14:16:08 -0700 (PDT) Received: from yertle.kcilink.com (yertle.kcilink.com [216.194.193.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47D5C43F93 for ; Tue, 22 Jul 2003 14:16:08 -0700 (PDT) (envelope-from khera@kcilink.com) Received: by yertle.kcilink.com (Postfix, from userid 100) id E6C4E2178E; Tue, 22 Jul 2003 17:16:07 -0400 (EDT) Message-Id: <20030722211607.E6C4E2178E@yertle.kcilink.com> Date: Tue, 22 Jul 2003 17:16:07 -0400 (EDT) From: Vivek Khera To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/54768: maintainer-update of postfix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Vivek Khera List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jul 2003 21:20:20 -0000 >Number: 54768 >Category: ports >Synopsis: maintainer-update of postfix >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jul 22 14:20:17 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 4.8-STABLE i386 >Organization: >Environment: System: FreeBSD yertle.int.kciLink.com 4.8-STABLE FreeBSD 4.8-STABLE #6: Thu Jul 17 09:01:05 EDT 2003 khera@yertle.int.kciLink.com:/u/yertle2/usr.obj/u/sources/usr/src/sys/YERTLE i386 >Description: One of the patch files for postfix was not PREFIX-clean. This makes it PREFIX-clean >How-To-Repeat: >Fix: diff -Nru postfix/files/patch-main.cf postfix-new/files/patch-main.cf --- postfix/files/patch-main.cf Thu Jan 9 00:10:39 2003 +++ postfix-new/files/patch-main.cf Tue Jul 22 17:11:27 2003 @@ -5,14 +5,14 @@ # postXXX commands. # -command_directory = /usr/sbin -+command_directory = /usr/local/sbin ++command_directory = !!PREFIX!!/sbin # The daemon_directory parameter specifies the location of all Postfix # daemon programs (i.e. programs listed in the master.cf file). This # directory must be owned by root. # -daemon_directory = /usr/libexec/postfix -+daemon_directory = /usr/local/libexec/postfix ++daemon_directory = !!PREFIX!!/libexec/postfix # QUEUE AND PROCESS OWNERSHIP # @@ -21,19 +21,19 @@ # This is the Sendmail-compatible mail posting interface. # -sendmail_path = -+sendmail_path = /usr/local/sbin/sendmail ++sendmail_path = !!PREFIX!!/sbin/sendmail # newaliases_path: The full pathname of the Postfix newaliases command. # This is the Sendmail-compatible command to build alias databases. # -newaliases_path = -+newaliases_path = /usr/local/bin/newaliases ++newaliases_path = !!PREFIX!!/bin/newaliases # mailq_path: The full pathname of the Postfix mailq command. This # is the Sendmail-compatible mail queue listing command. # -mailq_path = -+mailq_path = /usr/local/bin/mailq ++mailq_path = !!PREFIX!!/bin/mailq # setgid_group: The group for mail submission and queue management # commands. This must be a group name with a numerical group ID that @@ -45,12 +45,12 @@ # manpage_directory: The location of the Postfix on-line manual pages. # -manpage_directory = -+manpage_directory = /usr/local/man ++manpage_directory = !!PREFIX!!/man # sample_directory: The location of the Postfix sample configuration files. # -sample_directory = -+sample_directory = /usr/local/etc/postfix ++sample_directory = !!PREFIX!!/etc/postfix # readme_directory: The location of the Postfix README files. # >Release-Note: >Audit-Trail: >Unformatted: