i386/82030: Choosing an alternate default MTA

Doug White dwhite at gumbysoft.com
Wed Jun 15 01:50:28 GMT 2005


The following reply was made to PR i386/82030; it has been noted by GNATS.

From: Doug White <dwhite at gumbysoft.com>
To: Matteo Riondato <rionda at gufi.org>
Cc: bug-followup at FreeBSD.org, stom at free.fr, re at 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 at . 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 at gumbysoft.com          |  www.FreeBSD.org


More information about the freebsd-i386 mailing list