Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jun 2005 21:30:26 GMT
From:      Matteo Riondato <rionda@gufi.org>
To:        freebsd-i386@FreeBSD.org
Subject:   Re: i386/82030: Choosing an alternate default MTA
Message-ID:  <200506132130.j5DLUQPD069564@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: Matteo Riondato <rionda@gufi.org>
To: bug-followup@FreeBSD.org, stom@free.fr, re@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@. 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)



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