From owner-freebsd-ports-bugs@freebsd.org Fri Apr 29 18:11:05 2016 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8AA6BB208DC for ; Fri, 29 Apr 2016 18:11:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7ADED144F for ; Fri, 29 Apr 2016 18:11:05 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u3TIB55A045254 for ; Fri, 29 Apr 2016 18:11:05 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 209111] mail/postfix pkg install postfix -y still asks for input Date: Fri, 29 Apr 2016 18:11:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: ohauer@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ohauer@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status assigned_to short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Apr 2016 18:11:05 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209111 Olli Hauer changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ohauer@FreeBSD.org Status|New |Open Assignee|freebsd-ports-bugs@FreeBSD. |ohauer@FreeBSD.org |org | Summary|pkg install postfix -y |mail/postfix pkg install |still asks for input |postfix -y still asks for | |input --- Comment #1 from Olli Hauer --- (In reply to C. R. Oldham from comment #0) ASSUME_ALWAYS_YES is for the pkg tool so it doesn't ask ... New packages to be installed: .... Proceed with this action [y/N]: The postfix install script should honor the environment var "POSTFIX_DEFAULT_MTA=3Dyes" that is set per default to "no". This sample command line should work=20 # env POSTFIX_DEFAULT_MTA=3Dyes pkg install -y postfix =3D> "-y" in "pkg install -y" stands for "ASSUME_ALWAYS_YES" =3D> env POSTFIX_DEFAULT_MTA=3Dyes tells the postfix install script to acti= vate postfix without asking to replace the mailer.conf file --=20 You are receiving this mail because: You are the assignee for the bug.=