i386/82030: Choosing an alternate default MTA

Matteo Riondato rionda at gufi.org
Mon Jun 13 21:30:27 GMT 2005


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

From: Matteo Riondato <rionda at gufi.org>
To: bug-followup at FreeBSD.org, stom at free.fr, re at freebsd.org
Cc:  
Subject: Re: i386/82030: Choosing an alternate default MTA
Date: Mon, 13 Jun 2005 23:26:50 +0200

 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 )
 
 --- 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	 
 -- 
 Rionda aka Matteo Riondato
 G.U.F.I. Staff Member (http://www.gufi.org)
 FreeSBIE Developer (http://www.freesbie.org)


More information about the freebsd-i386 mailing list