aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix28/files/patch-ab
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-05-14 11:54:55 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-05-14 11:54:55 +0000
commitb919b8311bc5d38e5731d40525c88c54816f4530 (patch)
tree35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /mail/postfix28/files/patch-ab
parentbf79fcb3d24148c21b1850f690d90d8250e040e1 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Notes
Notes: svn path=/head/; revision=18827 svn path=/tags/RELEASE_3_2_0/; revision=18828; tag=release/3.2.0
Diffstat (limited to 'mail/postfix28/files/patch-ab')
-rw-r--r--mail/postfix28/files/patch-ab74
1 files changed, 0 insertions, 74 deletions
diff --git a/mail/postfix28/files/patch-ab b/mail/postfix28/files/patch-ab
deleted file mode 100644
index 2f113e55a1ee..000000000000
--- a/mail/postfix28/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
- #