summaryrefslogtreecommitdiff
path: root/mail/postfix27/files
diff options
context:
space:
mode:
Diffstat (limited to 'mail/postfix27/files')
-rw-r--r--mail/postfix27/files/patch-aa36
-rw-r--r--mail/postfix27/files/patch-ab28
-rw-r--r--mail/postfix27/files/patch-ba19
-rw-r--r--mail/postfix27/files/patch-bb36
-rw-r--r--mail/postfix27/files/patch-bc19
-rw-r--r--mail/postfix27/files/patch-bd19
-rw-r--r--mail/postfix27/files/patch-be19
-rw-r--r--mail/postfix27/files/patch-bf19
-rw-r--r--mail/postfix27/files/patch-bg19
-rw-r--r--mail/postfix27/files/patch-bh21
-rw-r--r--mail/postfix27/files/patch-bi21
-rw-r--r--mail/postfix27/files/patch-bj20
-rw-r--r--mail/postfix27/files/patch-bk10
13 files changed, 0 insertions, 286 deletions
diff --git a/mail/postfix27/files/patch-aa b/mail/postfix27/files/patch-aa
deleted file mode 100644
index 3af6375f1959..000000000000
--- a/mail/postfix27/files/patch-aa
+++ /dev/null
@@ -1,36 +0,0 @@
-*** global/mail_params.h.orig Sat Mar 20 15:09:46 1999
---- global/mail_params.h Sat Mar 20 15:10:46 1999
-***************
-*** 127,133 ****
- */
- #define VAR_PROGRAM_DIR "program_directory"
- #ifndef DEF_PROGRAM_DIR
-! #define DEF_PROGRAM_DIR "/usr/libexec/postfix"
- #endif
-
- #define VAR_DAEMON_DIR "daemon_directory"
---- 127,133 ----
- */
- #define VAR_PROGRAM_DIR "program_directory"
- #ifndef DEF_PROGRAM_DIR
-! #define DEF_PROGRAM_DIR "!!PREFIX!!/libexec/postfix"
- #endif
-
- #define VAR_DAEMON_DIR "daemon_directory"
-***************
-*** 161,167 ****
- */
- #define VAR_CONFIG_DIR "config_directory"
- #ifndef DEF_CONFIG_DIR
-! #define DEF_CONFIG_DIR "/etc/postfix"
- #endif
- extern char *var_config_dir;
-
---- 161,167 ----
- */
- #define VAR_CONFIG_DIR "config_directory"
- #ifndef DEF_CONFIG_DIR
-! #define DEF_CONFIG_DIR "!!PREFIX!!/etc/postfix"
- #endif
- extern char *var_config_dir;
-
diff --git a/mail/postfix27/files/patch-ab b/mail/postfix27/files/patch-ab
deleted file mode 100644
index 32a96b27bbc0..000000000000
--- a/mail/postfix27/files/patch-ab
+++ /dev/null
@@ -1,28 +0,0 @@
---- conf/main.cf.orig Tue Dec 28 05:03:38 1999
-+++ conf/main.cf Sun Jan 2 21:31:24 2000
-@@ -17,14 +17,14 @@
- # The command_directory parameter specifies the location of all
- # postXXX commands. The default value is $program_directory.
- #
--command_directory = /usr/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). The
- # default value is $program_directory. This directory must be owned
- # by root.
- #
--daemon_directory = /usr/libexec/postfix
-+daemon_directory = !!PREFIX!!/libexec/postfix
-
- # QUEUE AND PROCESS OWNERSHIP
- #
-@@ -41,7 +41,7 @@
- # 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
-+default_privs = nobody
-
- # INTERNET HOST AND DOMAIN NAMES
- #
diff --git a/mail/postfix27/files/patch-ba b/mail/postfix27/files/patch-ba
deleted file mode 100644
index 73feeef81f27..000000000000
--- a/mail/postfix27/files/patch-ba
+++ /dev/null
@@ -1,19 +0,0 @@
-*** man/man1/postdrop.1.orig Mon Mar 29 22:35:14 1999
---- man/man1/postdrop.1 Mon Mar 29 22:35:25 1999
-***************
-*** 51,57 ****
- .na
- .nf
- /var/spool/postfix, mail queue
-! /etc/postfix, configuration files
- .SH CONFIGURATION PARAMETERS
- .na
- .nf
---- 51,57 ----
- .na
- .nf
- /var/spool/postfix, mail queue
-! !!PREFIX!!/etc/postfix, configuration files
- .SH CONFIGURATION PARAMETERS
- .na
- .nf
diff --git a/mail/postfix27/files/patch-bb b/mail/postfix27/files/patch-bb
deleted file mode 100644
index af024b23b3d9..000000000000
--- a/mail/postfix27/files/patch-bb
+++ /dev/null
@@ -1,36 +0,0 @@
-*** man/man1/sendmail.1.orig Mon Mar 29 22:35:30 1999
---- man/man1/sendmail.1 Mon Mar 29 22:35:44 1999
-***************
-*** 60,66 ****
- \fBjust-send-eight\fR.
- .IP "\fB-C \fIconfig_file\fR (ignored :-)"
- The path name of the \fBsendmail.cf\fR file. Postfix configuration
-! files are kept in \fB/etc/postfix\fR.
- .IP "\fB-F \fIfull_name\fR
- Set the sender full name. This is used only with messages that
- have no \fBFrom:\fR message header.
---- 60,66 ----
- \fBjust-send-eight\fR.
- .IP "\fB-C \fIconfig_file\fR (ignored :-)"
- The path name of the \fBsendmail.cf\fR file. Postfix configuration
-! files are kept in \fB!!PREFIX!!/etc/postfix\fR.
- .IP "\fB-F \fIfull_name\fR
- Set the sender full name. This is used only with messages that
- have no \fBFrom:\fR message header.
-***************
-*** 164,170 ****
- .na
- .nf
- /var/spool/postfix, mail queue
-! /etc/postfix, configuration files
- .SH CONFIGURATION PARAMETERS
- .na
- .nf
---- 164,170 ----
- .na
- .nf
- /var/spool/postfix, mail queue
-! !!PREFIX!!/etc/postfix, configuration files
- .SH CONFIGURATION PARAMETERS
- .na
- .nf
diff --git a/mail/postfix27/files/patch-bc b/mail/postfix27/files/patch-bc
deleted file mode 100644
index 12a369684c8f..000000000000
--- a/mail/postfix27/files/patch-bc
+++ /dev/null
@@ -1,19 +0,0 @@
-*** man/man5/access.5.orig Mon Mar 29 22:35:58 1999
---- man/man5/access.5 Mon Mar 29 22:36:13 1999
-***************
-*** 8,14 ****
- .SH SYNOPSIS
- .na
- .nf
-! \fBpostmap /etc/postfix/access\fR
- .SH DESCRIPTION
- .ad
- .fi
---- 8,14 ----
- .SH SYNOPSIS
- .na
- .nf
-! \fBpostmap !!PREFIX!!/etc/postfix/access\fR
- .SH DESCRIPTION
- .ad
- .fi
diff --git a/mail/postfix27/files/patch-bd b/mail/postfix27/files/patch-bd
deleted file mode 100644
index 2b2f30f720f5..000000000000
--- a/mail/postfix27/files/patch-bd
+++ /dev/null
@@ -1,19 +0,0 @@
-*** man/man5/canonical.5.orig Mon Mar 29 22:36:25 1999
---- man/man5/canonical.5 Mon Mar 29 22:36:32 1999
-***************
-*** 8,14 ****
- .SH SYNOPSIS
- .na
- .nf
-! \fBpostmap /etc/postfix/canonical\fR
- .SH DESCRIPTION
- .ad
- .fi
---- 8,14 ----
- .SH SYNOPSIS
- .na
- .nf
-! \fBpostmap !!PREFIX!!/etc/postfix/canonical\fR
- .SH DESCRIPTION
- .ad
- .fi
diff --git a/mail/postfix27/files/patch-be b/mail/postfix27/files/patch-be
deleted file mode 100644
index 354737c7e68d..000000000000
--- a/mail/postfix27/files/patch-be
+++ /dev/null
@@ -1,19 +0,0 @@
-*** man/man5/relocated.5.orig Mon Mar 29 22:36:36 1999
---- man/man5/relocated.5 Mon Mar 29 22:36:47 1999
-***************
-*** 8,14 ****
- .SH SYNOPSIS
- .na
- .nf
-! \fBpostmap /etc/postfix/relocated\fR
- .SH DESCRIPTION
- .ad
- .fi
---- 8,14 ----
- .SH SYNOPSIS
- .na
- .nf
-! \fBpostmap !!PREFIX!!/etc/postfix/relocated\fR
- .SH DESCRIPTION
- .ad
- .fi
diff --git a/mail/postfix27/files/patch-bf b/mail/postfix27/files/patch-bf
deleted file mode 100644
index 4de817826469..000000000000
--- a/mail/postfix27/files/patch-bf
+++ /dev/null
@@ -1,19 +0,0 @@
-*** man/man5/virtual.5.orig Mon Mar 29 22:36:55 1999
---- man/man5/virtual.5 Mon Mar 29 22:37:02 1999
-***************
-*** 8,14 ****
- .SH SYNOPSIS
- .na
- .nf
-! \fBpostmap /etc/postfix/virtual\fR
- .SH DESCRIPTION
- .ad
- .fi
---- 8,14 ----
- .SH SYNOPSIS
- .na
- .nf
-! \fBpostmap !!PREFIX!!/etc/postfix/virtual\fR
- .SH DESCRIPTION
- .ad
- .fi
diff --git a/mail/postfix27/files/patch-bg b/mail/postfix27/files/patch-bg
deleted file mode 100644
index fb2b093bff0f..000000000000
--- a/mail/postfix27/files/patch-bg
+++ /dev/null
@@ -1,19 +0,0 @@
-*** man/man8/local.8.orig Mon Mar 29 22:37:14 1999
---- man/man8/local.8 Mon Mar 29 22:37:44 1999
-***************
-*** 75,81 ****
- .ad
- .fi
- The default per-user mailbox is a file in the UNIX mail spool
-! directory (\fB/var/mail/\fIuser\fR or \fB/var/spool/mail/\fIuser\fR);
- the location can be specified with the \fBmail_spool_directory\fR
- configuration parameter.
-
---- 75,81 ----
- .ad
- .fi
- The default per-user mailbox is a file in the UNIX mail spool
-! directory (\fB/var/mail/\fIuser\fR);
- the location can be specified with the \fBmail_spool_directory\fR
- configuration parameter.
-
diff --git a/mail/postfix27/files/patch-bh b/mail/postfix27/files/patch-bh
deleted file mode 100644
index 42b7373d3fb5..000000000000
--- a/mail/postfix27/files/patch-bh
+++ /dev/null
@@ -1,21 +0,0 @@
-*** man/man8/cleanup.8.orig Mon Mar 29 22:37:59 1999
---- man/man8/cleanup.8 Mon Mar 29 22:38:13 1999
-***************
-*** 118,125 ****
- .SH FILES
- .na
- .nf
-! /etc/postfix/canonical*, canonical mapping table
-! /etc/postfix/virtual*, virtual mapping table
- .SH LICENSE
- .na
- .nf
---- 118,125 ----
- .SH FILES
- .na
- .nf
-! !!PREFIX!!/etc/postfix/canonical*, canonical mapping table
-! !!PREFIX!!/etc/postfix/virtual*, virtual mapping table
- .SH LICENSE
- .na
- .nf
diff --git a/mail/postfix27/files/patch-bi b/mail/postfix27/files/patch-bi
deleted file mode 100644
index 2b57467ed976..000000000000
--- a/mail/postfix27/files/patch-bi
+++ /dev/null
@@ -1,21 +0,0 @@
-*** man/man8/master.8.orig Mon Mar 29 22:38:17 1999
---- man/man8/master.8 Mon Mar 29 22:38:46 1999
-***************
-*** 116,123 ****
- .SH FILES
- .na
- .nf
-! /etc/postfix/main.cf: global configuration file.
-! /etc/postfix/master.cf: master process configuration file.
- /var/spool/postfix/pid/master.pid: master lock file.
- .SH SEE ALSO
- .na
---- 116,123 ----
- .SH FILES
- .na
- .nf
-! !!PREFIX!!/etc/postfix/main.cf: global configuration file.
-! !!PREFIX!!/etc/postfix/master.cf: master process configuration file.
- /var/spool/postfix/pid/master.pid: master lock file.
- .SH SEE ALSO
- .na
diff --git a/mail/postfix27/files/patch-bj b/mail/postfix27/files/patch-bj
deleted file mode 100644
index 99c521341ca5..000000000000
--- a/mail/postfix27/files/patch-bj
+++ /dev/null
@@ -1,20 +0,0 @@
---- makedefs.orig Sun Jan 23 03:04:27 2000
-+++ makedefs Mon Apr 3 08:59:17 2000
-@@ -89,6 +89,8 @@
- ;;
- FreeBSD.4*) SYSTYPE=FREEBSD4
- ;;
-+ FreeBSD.5*) SYSTYPE=FREEBSD5
-+ ;;
- OpenBSD.2*) SYSTYPE=OPENBSD2
- ;;
- NetBSD.1*) SYSTYPE=NETBSD1
-@@ -244,7 +246,7 @@
- *) : ${OPT='-O'};;
- esac
-
--: ${CC='gcc $(WARN)'} ${OPT='-O'} ${DEBUG='-g'} ${AWK=awk}
-+: ${CC='gcc $(WARN)'} ${OPT='-O'} ${AWK=awk}
-
- export SYSTYPE AR ARFL RANLIB SYSLIBS CC OPT DEBUG AWK OPTS
-
diff --git a/mail/postfix27/files/patch-bk b/mail/postfix27/files/patch-bk
deleted file mode 100644
index 3350e88273f3..000000000000
--- a/mail/postfix27/files/patch-bk
+++ /dev/null
@@ -1,10 +0,0 @@
---- util/sys_defs.h.orig Sat Jan 22 16:03:31 2000
-+++ util/sys_defs.h Sat Mar 25 09:19:31 2000
-@@ -20,6 +20,7 @@
- * makedefs script, and adding a section below for the new system.
- */
- #if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4) \
-+ || defined(FREEBSD5) \
- || defined(BSDI2) || defined(BSDI3) || defined(BSDI4) \
- || defined(OPENBSD2) || defined(NETBSD1) || defined(RHAPSODY5)
- #define SUPPORTED