FreeBSD Bugzilla – Attachment 16125 Details for
Bug 29699
Setting NO_MAILWRAPPER results in a system without working MTA
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
p
p (text/plain; charset=us-ascii), 1.69 KB, created by
ru
on 2001-08-15 14:11:00 UTC
(
hide
)
Description:
p
Filename:
MIME Type:
Creator:
ru
Created:
2001-08-15 14:11:00 UTC
Size:
1.69 KB
patch
obsolete
>Index: usr.sbin/mailwrapper/Makefile >=================================================================== >RCS file: /home/ncvs/src/usr.sbin/mailwrapper/Makefile,v >retrieving revision 1.8 >diff -u -r1.8 Makefile >--- usr.sbin/mailwrapper/Makefile 2001/07/20 06:19:59 1.8 >+++ usr.sbin/mailwrapper/Makefile 2001/08/15 13:08:16 >@@ -6,10 +6,6 @@ > DPADD= ${LIBUTIL} > LDADD= -lutil > >-SYMLINKS= ${BINDIR}/mailwrapper /usr/sbin/sendmail \ >- ${BINDIR}/mailwrapper /usr/bin/newaliases \ >- ${BINDIR}/mailwrapper /usr/bin/mailq >- > afterinstall: > .if !exists(${DESTDIR}/etc/mail/mailer.conf) > ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 \ >Index: usr.sbin/sendmail/Makefile >=================================================================== >RCS file: /home/ncvs/src/usr.sbin/sendmail/Makefile,v >retrieving revision 1.34 >diff -u -r1.34 Makefile >--- usr.sbin/sendmail/Makefile 2001/08/03 16:22:47 1.34 >+++ usr.sbin/sendmail/Makefile 2001/08/15 13:08:16 >@@ -7,8 +7,19 @@ > SMDIR= ${SENDMAIL_DIR}/src > .PATH: ${SMDIR} > >-BINDIR= /usr/libexec/sendmail >+WRAPPED_BINDIR=/usr/libexec/sendmail > >+.if !defined(NO_MAILWRAPPER) >+BINDIR= ${WRAPPED_BINDIR} >+ >+SYMLINKS= /usr/sbin/mailwrapper /usr/sbin/sendmail \ >+ /usr/sbin/mailwrapper /usr/bin/newaliases \ >+ /usr/sbin/mailwrapper /usr/bin/mailq >+.else >+LINKS= ${BINDIR}/sendmail /usr/bin/newaliases \ >+ ${BINDIR}/sendmail /usr/bin/mailq >+.endif >+ > PROG= sendmail > MAN= mailq.1 newaliases.1 aliases.5 sendmail.8 > SRCS= alias.c arpadate.c bf_torek.c clock.c collect.c conf.c control.c \ >@@ -65,5 +76,8 @@ > mv -f ${DESTDIR}/etc/sendmail.cf \ > ${DESTDIR}/etc/mail/sendmail.cf; \ > fi >+.if defined(NO_MAILWRAPPER) >+ rm -f ${DESTDIR}${WRAPPED_BINDIR}/${PROG} >+.endif > > .include <bsd.prog.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 29699
:
16124
| 16125