[Fusionforge-commits] r7346 - in trunk/gforge: deb-specific debian

Roland Mas lolando at libremir.placard.fr.eu.org
Mon Apr 6 17:08:03 CEST 2009


Author: lolando
Date: 2009-04-06 17:08:03 +0200 (Mon, 06 Apr 2009)
New Revision: 7346

Modified:
   trunk/gforge/deb-specific/install-exim4.sh
   trunk/gforge/debian/changelog
Log:
Fixed blackhole syntax for gforge-mta-exim4 so as not to require file_transport.

Modified: trunk/gforge/deb-specific/install-exim4.sh
===================================================================
--- trunk/gforge/deb-specific/install-exim4.sh	2009-04-06 14:45:41 UTC (rev 7345)
+++ trunk/gforge/deb-specific/install-exim4.sh	2009-04-06 15:08:03 UTC (rev 7346)
@@ -44,7 +44,7 @@
     if [ "$noreply_to_bitbucket" = "true" ] ; then
       if ! grep -q "^noreply:" $cfg_aliases_gforge; then
 	echo "### Next line inserted by GForge install" >> $cfg_aliases_gforge
-	echo "noreply: /dev/null" >> $cfg_aliases_gforge
+	echo "noreply: :blackhole:" >> $cfg_aliases_gforge
       fi
     fi
 

Modified: trunk/gforge/debian/changelog
===================================================================
--- trunk/gforge/debian/changelog	2009-04-06 14:45:41 UTC (rev 7345)
+++ trunk/gforge/debian/changelog	2009-04-06 15:08:03 UTC (rev 7346)
@@ -10,8 +10,10 @@
   * New package: gforge-plugin-scmbzr (not complete yet!).
   * Fixed a bunch of lintian warnings.
   * Added logrotate configuration file for vhosts access logs.
+  * Fixed blackhole syntax for gforge-mta-exim4 so as not to require
+    file_transport.
 
- -- Roland Mas <lolando at debian.org>  Fri, 03 Apr 2009 11:45:28 +0200
+ -- Roland Mas <lolando at debian.org>  Mon, 06 Apr 2009 17:07:25 +0200
 
 gforge (4.7.2-4) experimental; urgency=low
 




More information about the Fusionforge-commits mailing list