Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Jul 2003 17:16:07 -0400 (EDT)
From:      Vivek Khera <khera@kcilink.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/54768: maintainer-update of postfix
Message-ID:  <20030722211607.E6C4E2178E@yertle.kcilink.com>
Resent-Message-ID: <200307222120.h6MLKHot026157@freefall.freebsd.org>

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

>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:



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