ports/54768: maintainer-update of postfix

Vivek Khera khera at kcilink.com
Tue Jul 22 21:20:20 UTC 2003


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



More information about the freebsd-ports-bugs mailing list