diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 | 
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 | 
| commit | b919b8311bc5d38e5731d40525c88c54816f4530 (patch) | |
| tree | 35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /mail/postfix27/files | |
| parent | Despite what I said before, this is the official INDEX file for (diff) | |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Diffstat (limited to 'mail/postfix27/files')
| -rw-r--r-- | mail/postfix27/files/patch-aa | 36 | ||||
| -rw-r--r-- | mail/postfix27/files/patch-ab | 74 | ||||
| -rw-r--r-- | mail/postfix27/files/patch-ba | 19 | ||||
| -rw-r--r-- | mail/postfix27/files/patch-bb | 36 | ||||
| -rw-r--r-- | mail/postfix27/files/patch-bc | 19 | ||||
| -rw-r--r-- | mail/postfix27/files/patch-bd | 19 | ||||
| -rw-r--r-- | mail/postfix27/files/patch-be | 19 | ||||
| -rw-r--r-- | mail/postfix27/files/patch-bf | 19 | ||||
| -rw-r--r-- | mail/postfix27/files/patch-bg | 19 | ||||
| -rw-r--r-- | mail/postfix27/files/patch-bh | 21 | ||||
| -rw-r--r-- | mail/postfix27/files/patch-bi | 21 | 
11 files changed, 0 insertions, 302 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 2f113e55a1ee..000000000000 --- a/mail/postfix27/files/patch-ab +++ /dev/null @@ -1,74 +0,0 @@ -*** conf/main.cf.orig	Mon Mar 29 22:10:14 1999 ---- conf/main.cf	Mon Mar 29 22:13:09 1999 -*************** -*** 18,36 **** -  # Postfix support programs and daemons. This setting can be overruled -  # with the command_directory and daemon_directory parameters. -  # -! program_directory = /some/where/postfix/bin -   -  # The command_directory parameter specifies the location of all -  # postXXX commands.  The default value is $program_directory. -  # -! #command_directory = /usr/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 -   -  # QUEUE AND PROCESS OWNERSHIP -  # ---- 18,36 ---- -  # Postfix support programs and daemons. This setting can be overruled -  # with the command_directory and daemon_directory parameters. -  # -! program_directory = !!PREFIX!!/libexec/postfix -   -  # The command_directory parameter specifies the location of all -  # postXXX commands.  The default value is $program_directory. -  # -! 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 = !!PREFIX!!/libexec/postfix -   -  # QUEUE AND PROCESS OWNERSHIP -  # -*************** -*** 40,53 **** -  # OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM.  In particular, -  # don't specify nobody or daemon. PLEASE USE A DEDICATED USER. -  # -! #mail_owner = postfix -   -  # The default_privs parameter specifies the default rights used by -  # the local delivery agent for delivery to external file or command. -  # 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 -  #  ---- 40,53 ---- -  # OWNS NO OTHER FILES OR PROCESSES ON THE SYSTEM.  In particular, -  # don't specify nobody or daemon. PLEASE USE A DEDICATED USER. -  # -! mail_owner = postfix -   -  # The default_privs parameter specifies the default rights used by -  # the local delivery agent for delivery to external file or command. -  # 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 -  #  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  | 
