FreeBSD Bugzilla – Attachment 33026 Details for
Bug 54291
support for new sysinstall
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.19 KB, created by
Vivek Khera
on 2003-07-10 00:50:09 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Vivek Khera
Created:
2003-07-10 00:50:09 UTC
Size:
1.19 KB
patch
obsolete
>diff -u -d -r1.15 pkg-install >--- pkg-install 20 Jun 2002 01:32:20 -0000 1.15 >+++ pkg-install 7 Jul 2003 12:42:16 -0000 >@@ -3,8 +3,19 @@ > # $FreeBSD: ports/mail/postfix/pkg-install,v 1.15 2002/06/20 01:32:20 dwcjr Exp $ > # > >+# If the POSTFIX_DEFAULT_MTA environment variable is set to YES, it >+# will make the port/package use defaults which makes postfix replaces >+# sendmail as much as possible. >+ > PKG_PREFIX=${PKG_PREFIX:=/usr/local} > BATCH=${BATCH:=no} >+POSTFIX_DEFAULT_MTA=${POSTFIX_DEFAULT_MTA:=no} >+ >+if [ x${POSTFIX_DEFAULT_MTA} = xno ]; then >+ DEFAULT_REPLACE_MAILERCONF=n >+else >+ DEFAULT_REPLACE_MAILERCONF=y >+fi > > ask() { > local question default answer >@@ -147,7 +158,8 @@ > OSVERSION=`/usr/sbin/sysctl -n kern.osreldate` > fi > if [ ${OSVERSION} -ge 400014 ]; then >- if yesno "Would you like to activate Postfix in /etc/mail/mailer.conf" n; then >+ if yesno "Would you like to activate Postfix in /etc/mail/mailer.conf" \ >+ ${DEFAULT_REPLACE_MAILERCONF}; then > mv -f /etc/mail/mailer.conf /etc/mail/mailer.conf.old > echo "#" > /etc/mail/mailer.conf > echo -n "# Execute the Postfix sendmail program" >> /etc/mail/mailer.conf
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 54291
: 33026