diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2002-04-21 20:32:28 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2002-04-21 20:32:28 +0000 |
commit | dc941e21d52b31176fe0eccccebef9f4dec29970 (patch) | |
tree | 2e817fee0df41f77d264d5553cddef55f5e60eb5 /etc/sendmail/Makefile | |
parent | 4c92f1efeac78d6b5032c5ef85d0a4c4e7e81d8c (diff) | |
download | FreeBSD-src-dc941e21d52b31176fe0eccccebef9f4dec29970.zip FreeBSD-src-dc941e21d52b31176fe0eccccebef9f4dec29970.tar.gz |
Non-sendmail users use the FreeBSD sendmail startup functionality to start
alternative MTAs. Therefore, always install rc.sendmail, regardless of
NO_SENDMAIL make.conf setting. Users can still set mta_start_script to a
different script.
This commit is after a repo-copy of src/etc/sendmail/rc.sendmail to
src/etc/rc.sendmail.
Noticed by: Calvin NG <calvinng@brel.com>
MFC after: 3 days
Diffstat (limited to 'etc/sendmail/Makefile')
-rw-r--r-- | etc/sendmail/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/sendmail/Makefile b/etc/sendmail/Makefile index 6cc5256..5162498 100644 --- a/etc/sendmail/Makefile +++ b/etc/sendmail/Makefile @@ -103,8 +103,6 @@ distribution: freebsd.cf freebsd.mc ${INSTALL_CF} ${INSTALL_SUBMIT_CF} @echo ">>> ERROR: Both SENDMAIL_CF and SENDMAIL_MC can not be set" @false .endif - ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 ${.CURDIR}/rc.sendmail \ - ${DESTDIR}/etc ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 ${.CURDIR}/freebsd.mc \ ${DESTDIR}/etc/mail/freebsd.mc ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 freebsd.cf \ |