[Fusionforge-commits] r8371 - in branches/Branch_4_8/gforge: deb-specific debian

Roland Mas lolando at libremir.placard.fr.eu.org
Tue Nov 10 10:18:49 CET 2009


Author: lolando
Date: 2009-11-10 10:18:49 +0100 (Tue, 10 Nov 2009)
New Revision: 8371

Modified:
   branches/Branch_4_8/gforge/deb-specific/install-postfix.sh
   branches/Branch_4_8/gforge/debian/changelog
Log:
Fixed potential hang in install-postfix.sh

Modified: branches/Branch_4_8/gforge/deb-specific/install-postfix.sh
===================================================================
--- branches/Branch_4_8/gforge/deb-specific/install-postfix.sh	2009-11-09 18:06:34 UTC (rev 8370)
+++ branches/Branch_4_8/gforge/deb-specific/install-postfix.sh	2009-11-10 09:18:49 UTC (rev 8371)
@@ -49,6 +49,7 @@
 print "$l\n";
 while ($l = <>) { print $l; };
 ' < /etc/postfix/main.cf.gforge-new > $tmp1
+	grep -q '^[[:space:]]*relay_domains' $tmp1 || echo 'relay_domains=' >>$tmp1
 	perl -i -e '
 require ("/etc/gforge/local.pl") ;
 my $l;

Modified: branches/Branch_4_8/gforge/debian/changelog
===================================================================
--- branches/Branch_4_8/gforge/debian/changelog	2009-11-09 18:06:34 UTC (rev 8370)
+++ branches/Branch_4_8/gforge/debian/changelog	2009-11-10 09:18:49 UTC (rev 8371)
@@ -1,3 +1,9 @@
+gforge (4.8.1-2+) UNRELEASED; urgency=low
+
+  * Fixed potential hang in install-postfix.sh.
+
+ -- Roland Mas <lolando at debian.org>  Tue, 10 Nov 2009 10:15:44 +0100
+
 gforge (4.8.1-2) unstable; urgency=low
 
   * New upstream snapshot from the 4.8 branch.




More information about the Fusionforge-commits mailing list