aboutsummaryrefslogtreecommitdiffstats
path: root/mail/postfix22
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2002-01-15 23:56:25 +0800
committernectar <nectar@FreeBSD.org>2002-01-15 23:56:25 +0800
commita7bfecb8c0d76ba0a8992456ee59439d6ab6e2b3 (patch)
treeff3253121dc48cf8d19b394fd66f722a262c8d72 /mail/postfix22
parent413168b329aae5ec30826bbba71c285f784acd64 (diff)
downloadfreebsd-ports-gnome-a7bfecb8c0d76ba0a8992456ee59439d6ab6e2b3.tar.gz
freebsd-ports-gnome-a7bfecb8c0d76ba0a8992456ee59439d6ab6e2b3.tar.zst
freebsd-ports-gnome-a7bfecb8c0d76ba0a8992456ee59439d6ab6e2b3.zip
Disable debugger by default
Approved by: dwcjr (MAINTAINER)
Diffstat (limited to 'mail/postfix22')
-rw-r--r--mail/postfix22/files/patch-aa110
1 files changed, 91 insertions, 19 deletions
diff --git a/mail/postfix22/files/patch-aa b/mail/postfix22/files/patch-aa
index a5f9ee7a5b2e..1c5ef17b9177 100644
--- a/mail/postfix22/files/patch-aa
+++ b/mail/postfix22/files/patch-aa
@@ -1,69 +1,141 @@
-*** ./conf/main.cf.orig Fri Jan 28 09:44:47 2000
---- ./conf/main.cf Thu Jun 1 22:01:21 2000
+*** conf/main.cf.ORIG Tue Jan 15 09:51:32 2002
+--- conf/main.cf Tue Jan 15 09:51:36 2002
***************
-*** 19,21 ****
+*** 31,44 ****
+ # The command_directory parameter specifies the location of all
+ # postXXX commands. The default value is $program_directory.
#
! command_directory = /usr/sbin
---- 19,21 ----
+ # The daemon_directory parameter specifies the location of all Postfix
+ # daemon programs (i.e. programs listed in the master.cf file). The
+ # default value is $program_directory. This directory must be owned
+ # by root.
#
-! command_directory = !!PREFIX!!/sbin
+! daemon_directory = /usr/libexec/postfix
-***************
-*** 26,28 ****
+ # QUEUE AND PROCESS OWNERSHIP
#
-! daemon_directory = /usr/libexec/postfix
+--- 31,44 ----
+ # The command_directory parameter specifies the location of all
+ # postXXX commands. The default value is $program_directory.
+ #
+! command_directory = !!PREFIX!!/sbin
---- 26,28 ----
+ # The daemon_directory parameter specifies the location of all Postfix
+ # daemon programs (i.e. programs listed in the master.cf file). The
+ # default value is $program_directory. This directory must be owned
+ # by root.
#
! daemon_directory = !!PREFIX!!/libexec/postfix
+ # QUEUE AND PROCESS OWNERSHIP
+ #
***************
-*** 43,45 ****
+*** 55,61 ****
+ # These rights are used in the absence of a recipient user context.
+ # DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
#
! #default_privs = nobody
---- 43,45 ----
+ # INTERNET HOST AND DOMAIN NAMES
+ #
+--- 55,61 ----
+ # These rights are used in the absence of a recipient user context.
+ # DO NOT SPECIFY A PRIVILEGED USER OR THE POSTFIX OWNER.
#
! default_privs = nobody
+ # INTERNET HOST AND DOMAIN NAMES
+ #
***************
-*** 180,182 ****
+*** 285,291 ****
+ # tables that are not necessarily all under control by Postfix.
+ #
#alias_database = dbm:/etc/aliases
! #alias_database = dbm:/etc/mail/aliases
#alias_database = hash:/etc/aliases
---- 180,182 ----
+ #alias_database = hash:/etc/aliases, hash:/opt/majordomo/aliases
+
+--- 285,291 ----
+ # tables that are not necessarily all under control by Postfix.
+ #
#alias_database = dbm:/etc/aliases
! #alias_database = dbm:/etc/aliases
#alias_database = hash:/etc/aliases
+ #alias_database = hash:/etc/aliases, hash:/opt/majordomo/aliases
+
***************
-*** 199,202 ****
+*** 304,311 ****
+ #
+ # The home_mailbox parameter specifies the optional pathname of a
# mailbox file relative to a user's home directory. The default
! # mailbox file is /var/spool/mail/user or /var/mail/user. Specify
! # "Maildir/" for qmail-style delivery (the / is required).
#
---- 199,202 ----
+ #home_mailbox = Mailbox
+ #home_mailbox = Maildir/
+--- 304,311 ----
+ #
+ # The home_mailbox parameter specifies the optional pathname of a
# mailbox file relative to a user's home directory. The default
! # mailbox file is /var/mail/user. Specify "Maildir/" for
! # qmail-style delivery (the / is required).
#
+ #home_mailbox = Mailbox
+ #home_mailbox = Maildir/
***************
-*** 209,211 ****
+*** 314,320 ****
+ # UNIX-style mailboxes are kept. The default setting depends on the
+ # system type.
#
! # mail_spool_directory = /var/mail
# mail_spool_directory = /var/spool/mail
---- 209,211 ----
+
+ # The mailbox_command parameter specifies the optional external
+--- 314,320 ----
+ # UNIX-style mailboxes are kept. The default setting depends on the
+ # system type.
#
! mail_spool_directory = /var/mail
# mail_spool_directory = /var/spool/mail
+
+ # The mailbox_command parameter specifies the optional external
***************
-*** 274,277 ****
+*** 395,402 ****
+ # IGNORE (silently discard this header). Patterns ending in OK are
+ # mostly a waste of cycles.
#
! #header_checks = regexp:/etc/postfix/filename
! #header_checks = pcre:/etc/postfix/filename
---- 274,277 ----
+ # FAST ETRN SERVICE
+ #
+--- 395,402 ----
+ # IGNORE (silently discard this header). Patterns ending in OK are
+ # mostly a waste of cycles.
#
! #header_checks = regexp:!!PREFIX!!/etc/postfix/filename
! #header_checks = pcre:!!PREFIX!!/etc/postfix/filename
+ # FAST ETRN SERVICE
+ #
+***************
+*** 470,477 ****
+ # the process marches on. If you use an X-based debugger, be sure to
+ # set up your XAUTHORITY environment variable before starting Postfix.
+ #
+! debugger_command =
+! PATH=/usr/bin:/usr/X11R6/bin
+! xxgdb $daemon_directory/$process_name $process_id & sleep 5
+
+ # Other configurable parameters.
+--- 470,477 ----
+ # the process marches on. If you use an X-based debugger, be sure to
+ # set up your XAUTHORITY environment variable before starting Postfix.
+ #
+! # debugger_command =
+! # PATH=/usr/bin:/usr/X11R6/bin
+! # xxgdb $daemon_directory/$process_name $process_id & sleep 5
+
+ # Other configurable parameters.
+2 * MAINTAINER -> kde@FreeBSD.orgdemon2001-09-011-1/+1 * Our -man package does not understand .PN and .MS. So use .B (bold) untilobrien2001-08-232-18/+158 * Fix installation in a slightly different way.demon2001-08-212-6/+8 * Remove two languages not presented in new version.demon2001-08-201-3/+1 * Forgot to remove debug comment.demon2001-08-161-1/+1 * Upgrade to 2.2.demon2001-08-165-8/+31 * Note that VNterm adheres to RFC 1456 (VISCII and VIQR encodings)obrien2001-07-151-0/+6 * Remove Ukrainian from BATCH builds.demon2001-07-051-1/+1 * Exclude de, fr, ja, ru, zh_CN, zh_TW from bento's package.demon2001-04-171-1/+1 * Use `cp' rather than `ln' as WRKDIR and FILESDIR can be on different devices.obrien2001-04-171-1/+1 * Sort languages by name.demon2001-04-131-10/+10 * Examine LINGUAS variable before BATCH.demon2001-04-111-5/+5 * Allow to override MAINTAINER and CATEGORIES (in slave ports).demon2001-04-101-2/+2 * Add the ability to select which languages to install via dialog(1)-baseddemon2001-04-102-0/+87 * Update to 2.1.1demon2001-04-063-13/+2 * Change dot file to .vnelvisrc from .exrc.obrien2001-04-051-8/+26 * Default to Vietnamese processing.obrien2001-04-051-0/+5 * Overhaul QT/KDE support:will2001-04-031-2/+2 * Install new manpage.obrien2001-03-261-0/+2 * Add FreeBSD ID.obrien2001-03-261-0/+1 * Grr. a local cc(1) option got added by mistake.obrien2001-03-261-3/+3 * Sigh. This code is based on vnlibs. Thus I need to fix the Pascal'ismobrien2001-03-261-0/+8 * Respect CFLAGS.obrien2001-03-261-0/+11 * Add a man page.obrien2001-03-261-0/+65 * Minor tweak.obrien2001-03-261-2/+2 * Add reference to vnconvert(1).obrien2001-03-263-0/+3 * unbreak post-install script.sf2001-03-191-1/+1 * Use full path to `mkfontdir'.obrien2001-03-131-1/+1 * Make sure teTeX is installed before installing this port.obrien2001-03-131-0/+3 * Update to the 20010210 version. This fixes occasional core dumps in apps.obrien2001-03-092-2/+2 * New port: localized messages and documentation for KDE2.demon2001-03-025-0/+38 * Add aliases.obrien2001-02-163-0/+15 * Make this build when it is in the full /usr/ports tree and "vi-" is prependedobrien2001-02-121-1/+1 * Use the new libviet port in building.obrien2001-02-123-16/+15 * Use the new libviet port in building.obrien2001-02-113-14/+17 * Update vnterm so it is based on the X11R6.5.1 Xterm rather than the X11R5 one.obrien2001-02-1123-191/+1411 * Fix prefix bogon.obrien2001-02-111-0/+1 * These X fonts allow you to display Vietnamese characters in an Xterm andobrien2001-02-118-0/+134 * VIQR<->VISCII conversion and VISCII ctype-like routinesobrien2001-02-106-0/+49 * teTeX Vietnamese language + font supportobrien2001-02-078-0/+475 * Style fixes in ports/vietnamese.olgeni2001-02-061-1/+1 * Converts Vietnamese text files between popular formats.obrien2001-01-066-0/+40 * Add $FreeBSD$, which help me in problem reports.obrien2000-11-221-0/+1 * Fix curses clear() usage.obrien2000-11-033-0/+54 * Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-1/+1 * Add dependency to mkfontdir:XFree86-4-clients when XFREE86_VERSION=4.asami2000-09-121-1/+8 * Back out the previous commit. That one has a problem which occurs onknu2000-08-281-5/+1 * PKGNAMEPREFIX cleanup. This should allow chained PKGNAMEPREFIX'es.knu2000-08-271-1/+5 * Add one manpage, one doc file and delete two directories.asami2000-07-052-0/+4 * List two files in share/doc/vnlpr and delete the directory upon deinstall.asami2000-07-051-2/+3 * Update the manpage to note this now adhears to Vietnamese Standard Code forobrien2000-05-214-7/+58 * Correct whitespace introduced during PORTNAME conversion and portlintmharo2000-04-216-6/+6 * Remove "vi-" prefix from PORTNAMEs, they are set by PKGNAMEPREFIX inasami2000-04-157-12/+12 * Set PKGNAMEPREFIX with ?= so it can be overridden.asami2000-04-111-1/+1 * Add PKGNAMEPREFIX definitions for language-specific dirs.asami2000-04-111-0/+4 * Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-107-21/+20 * Restore useless version required comments.obrien2000-03-227-0/+7 * Remove the "version required" line.obrien2000-03-207-7/+0