FreeBSD Bugzilla – Attachment 5459 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), 820 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:
820 bytes
patch
obsolete
>diff -u release/Makefile.orig release/Makefile >--- release/Makefile.orig Sat Aug 7 19:01:06 1999 >+++ release/Makefile Sat Aug 7 19:04:20 1999 >@@ -130,6 +130,9 @@ > DOCREL= doc.1 > .endif > >+# Name of the sendmail.cf file to include in the RELEASE >+RELEASE_CF?=freebsd.cf >+ > rerelease release: > .if !defined(CHROOTDIR) || !defined(BUILDNAME) || !defined(CVSROOT) > @echo "To make a release you must set CHROOTDIR, BUILDNAME and CVSROOT" && false >@@ -144,7 +147,8 @@ > .endif > -mkdir -p ${CHROOTDIR} > cd ${.CURDIR}/../etc && ${MAKE} distrib-dirs DESTDIR=${CHROOTDIR} >- cd ${.CURDIR}/../etc && ${MAKE} distribution DESTDIR=${CHROOTDIR} >+ cd ${.CURDIR}/../etc && ${MAKE} distribution DESTDIR=${CHROOTDIR} \ >+ SENDMAIL_CF=${RELEASE_CF} > if [ -f /etc/resolv.conf ]; then \ > cp -p /etc/resolv.conf ${CHROOTDIR}/etc; \ > fi
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