FreeBSD Bugzilla – Attachment 5458 Details for
Bug 13016
Wrong sendmail.cf file used by mergemaster
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 978 bytes, created by
Scot W. Hetzel
on 1999-08-08 01:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Scot W. Hetzel
Created:
1999-08-08 01:30:01 UTC
Size:
978 bytes
patch
obsolete
>diff -u etc/sendmail/Makefile.orig etc/sendmail/Makefile >--- etc/sendmail/Makefile.orig Tue Aug 4 10:53:18 1998 >+++ etc/sendmail/Makefile Sat Aug 7 17:32:37 1999 >@@ -16,11 +16,12 @@ > $(CHMOD) $(ROMODE) ${.TARGET} > > ALL= freebsd.cf >+SENDMAIL_CF?= freebsd.cf > > # Local sendmail.cf, may be set in /etc/make.conf. Warning! If set, this > # causes 'make install' to always copy it over /etc/sendmail.cf!!! > # Caveat emptor! Be sure you want this before you enable it. >-.if defined(SENDMAIL_CF) >+.if defined(SENDMAIL_CF) && ${SENDMAIL_CF} != "freebsd.cf" > ALL+= ${SENDMAIL_CF} > .endif > >@@ -30,15 +31,8 @@ > > depend: > >-install: >-.if defined(SENDMAIL_CF) >+install: ${SENDMAIL_CF} > ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 ${SENDMAIL_CF} \ >- ${DESTDIR}/etc/sendmail.cf >-.endif >- >-# Helper for src/etc/Makefile >-etc-sendmail.cf: freebsd.cf >- ${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m 644 freebsd.cf \ > ${DESTDIR}/etc/sendmail.cf > > # this is overkill, but....
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 13016
:
5457
| 5458 |
5459