Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Jun 2005 01:50:28 GMT
From:      Doug White <dwhite@gumbysoft.com>
To:        freebsd-i386@FreeBSD.org
Subject:   Re: i386/82030: Choosing an alternate default MTA
Message-ID:  <200506150150.j5F1oS53029833@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/82030; it has been noted by GNATS.

From: Doug White <dwhite@gumbysoft.com>
To: Matteo Riondato <rionda@gufi.org>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506150150.j5F1oS53029833>