FreeBSD Bugzilla – Attachment 175324 Details for
Bug 213132
Bypass mailer.conf activation prompt when installing mail/postfix non-interactively
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to mail/postfix/files/pkg-install.in adding the "-t 0" test to the ask() function
postfix-mailer.conf-bypass-notty-20160930.patch (text/plain), 495 bytes, created by
xenophon+fbsdports
on 2016-09-30 23:43:11 UTC
(
hide
)
Description:
Patch to mail/postfix/files/pkg-install.in adding the "-t 0" test to the ask() function
Filename:
MIME Type:
Creator:
xenophon+fbsdports
Created:
2016-09-30 23:43:11 UTC
Size:
495 bytes
patch
obsolete
>diff --git a/mail/postfix/files/pkg-install.in b/mail/postfix/files/pkg-install.in >index 1871094..e34031a 100644 >--- a/mail/postfix/files/pkg-install.in >+++ b/mail/postfix/files/pkg-install.in >@@ -36,7 +36,7 @@ ask() { > > question=$1 > default=$2 >- if [ -z "${PACKAGE_BUILDING}" -a "${BATCH}" = "no" ]; then >+ if [ -z "${PACKAGE_BUILDING}" -a "${BATCH}" = "no" -a -t 0 ]; then > read -p "${question} [${default}]? " answer > fi > if [ -z "${answer}" ]; then
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 213132
: 175324