aboutsummaryrefslogtreecommitdiff
path: root/contrib/sendmail/mail.local
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2002-02-17 21:56:45 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2002-02-17 21:56:45 +0000
commit5b587aff2db911bb380d5f7d0d507423c3441152 (patch)
treee71b01386ad11f2e0c99bab2eab606f5c7360807 /contrib/sendmail/mail.local
parent4b55dbe36bab156f22619680c6f22289ada313ee (diff)
parent4026605903c0ab8df33c4ae8c419acdb2b652af8 (diff)
downloadsrc-5b587aff2db911bb380d5f7d0d507423c3441152.tar.gz
src-5b587aff2db911bb380d5f7d0d507423c3441152.zip
This commit was generated by cvs2svn to compensate for changes in r90792,
which included commits to RCS files with non-trunk default branches.
Notes
Notes: svn path=/head/; revision=90793
Diffstat (limited to 'contrib/sendmail/mail.local')
-rw-r--r--contrib/sendmail/mail.local/Makefile.m45
-rw-r--r--contrib/sendmail/mail.local/README8
2 files changed, 7 insertions, 6 deletions
diff --git a/contrib/sendmail/mail.local/Makefile.m4 b/contrib/sendmail/mail.local/Makefile.m4
index 516850f5edff..63a81a228596 100644
--- a/contrib/sendmail/mail.local/Makefile.m4
+++ b/contrib/sendmail/mail.local/Makefile.m4
@@ -1,14 +1,15 @@
include(confBUILDTOOLSDIR`/M4/switch.m4')
+define(`confREQUIRE_LIBSM', `true')
# sendmail dir
SMSRCDIR= ifdef(`confSMSRCDIR', `confSMSRCDIR', `${SRCDIR}/sendmail')
PREPENDDEF(`confENVDEF', `confMAPDEF')
PREPENDDEF(`confINCDIRS', `-I${SMSRCDIR} ')
bldPRODUCT_START(`executable', `mail.local')
-define(`bldNO_INSTALL')
+define(`bldNO_INSTALL', `true')
define(`bldSOURCES', `mail.local.c ')
-bldPUSH_SMLIB(`smutil')
+bldPUSH_SMLIB(`sm')
bldPRODUCT_END
bldPRODUCT_START(`manpage', `mail.local')
diff --git a/contrib/sendmail/mail.local/README b/contrib/sendmail/mail.local/README
index 56dac40ffef9..651de4bc9113 100644
--- a/contrib/sendmail/mail.local/README
+++ b/contrib/sendmail/mail.local/README
@@ -2,8 +2,8 @@ This directory contains the source files for mail.local.
This is not intended to be used on *stock* System V derived systems such as
Solaris or HP-UX, since they use a totally different approach to mailboxes
-(essentially, they have a setgid program rather than setuid, and they rely
-on the ability to "give away" files to do their work).
+(essentially, they have a set-group-ID program rather than set-user-ID, and
+they rely on the ability to "give away" files to do their work).
If you choose to run *this* mail.local on these systems then you may also
need to replace the existing MUAs, as well as IMAP and POP servers, with
@@ -29,11 +29,11 @@ your site.config.m4 file with:
APPENDDEF(`conf_mail_local_ENVDEF', `-DMAILGID=6')
-mail.local will not be installed setuid root. To use it as local
+mail.local will not be installed set-user-ID root. To use it as local
delivery agent without LMTP mode, use:
MODIFY_MAILER_FLAGS(`LOCAL', `+S')
in the .mc file.
-$Revision: 8.8 $, Last updated $Date: 1999/09/10 01:49:41 $
+$Revision: 8.10 $, Last updated $Date: 2001/09/08 01:21:04 $