From owner-freebsd-i386@FreeBSD.ORG Wed Jun 15 01:50:28 2005 Return-Path: X-Original-To: freebsd-i386@hub.freebsd.org Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABF0716A41C for ; Wed, 15 Jun 2005 01:50:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AF9543D48 for ; Wed, 15 Jun 2005 01:50:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j5F1oSNs029834 for ; Wed, 15 Jun 2005 01:50:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j5F1oS53029833; Wed, 15 Jun 2005 01:50:28 GMT (envelope-from gnats) Date: Wed, 15 Jun 2005 01:50:28 GMT Message-Id: <200506150150.j5F1oS53029833@freefall.freebsd.org> To: freebsd-i386@FreeBSD.org From: Doug White Cc: Subject: Re: i386/82030: Choosing an alternate default MTA X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Doug White List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2005 01:50:28 -0000 The following reply was made to PR i386/82030; it has been noted by GNATS. From: Doug White To: Matteo Riondato Cc: bug-followup@FreeBSD.org, stom@free.fr, re@freebsd.org Subject: Re: i386/82030: Choosing an alternate default MTA Date: Tue, 14 Jun 2005 18:46:57 -0700 (PDT) On Mon, 13 Jun 2005, Matteo Riondato wrote: > This is a serious bug and should be solved altough we're now in a code > freeze, that's why I'm CC'ing re@. A patch for this bug follows > (the problem resides in src/usr.sbin/sysinstall/config.c) and > should be ok until postfix2 will become postfix3. > > Please note that this bug is not properly i386 specific. > > Patch: (can be found at http://www.riondabsd.net/diff/config.c.diff ) Matteo: Can you file a PR for this please? Thanks! If a committer wants to pick this up: Because we're in freeze you'll need to submit a request to re@ before committing. However I have no objections to the patch so approval should be swift :) > > --- config.c.old Tue Jun 7 23:01:41 2005 > +++ config.c Mon Jun 13 23:17:26 2005 > @@ -990,7 +990,7 @@ > msgError("Error setting the enviroment variable POSTFIX_DEFAULT_MTA: %s (%u)", > strerror(errno), errno); > > - ret = package_add("postfix-2.1"); > + ret = package_add("postfix-2"); > unsetenv("POSTFIX_DEFAULT_MTA"); > > if(DITEM_STATUS(ret) == DITEM_FAILURE) { > > Best Regards > -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org