[evolvis-commits] r7277: LDAP email forwarding now works properly, and the appropriate config↵ block is in =?UTF-8?Q?serted=20at=20a=20nice=20plac?==?UTF-8?Q?e=20in=20exim?=.conf. Therefore, this↵ feature is n =?UTF-8?Q?ow=20enabled=20in=20the=20ins?==?UTF-8?Q?tallation=20?=( except in web_only mode), ↵ which justifies a =?UTF-8?Q?=20revision=20number=20bump?==?UTF-8?Q?=20to=202?=.5-10+10. ↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 15:37:36 CET 2011


Author: mirabilos
Date: 2011-02-24 15:37:36 +0100 (Thu, 24 Feb 2011)
New Revision: 7277

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/deb-specific/install-exim.sh
   trunk/gforge_base/evolvisforge-5.1/gforge/debian/changelog
   trunk/gforge_base/evolvisforge-5.1/gforge/debian/sourceforge.postinst
   trunk/gforge_base/evolvisforge-5.1/gforge/debian/sourceforge.prerm
Log:
LDAP email forwarding now works properly, and the appropriate config
block is inserted at a nice place in exim.conf.  Therefore, this
feature is now enabled in the installation (except in web_only mode),
which justifies a revision number bump to 2.5-10+10.


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/deb-specific/install-exim.sh
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/deb-specific/install-exim.sh	2011-02-24 14:37:34 UTC (rev 7276)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/deb-specific/install-exim.sh	2011-02-24 14:37:36 UTC (rev 7277)
@@ -69,6 +69,14 @@
     push @line_buf, $sf_block unless $sf_block_done ;
     $sf_block_done = 1 ;
   }
+  if ($l=~ /^# *DIRECTORS CONFIGURATION *#/) {
+    push @line_buf, $l ;
+    while (($l = <>) =~ /^#.*#/) {
+      push @line_buf, $l ;
+    }
+    print @line_buf ;
+    @line_buf = () ;
+  }
   push @line_buf, $l unless $in_sf_block ;
   $in_sf_block = 0 if ($l =~ /^# END SOURCEFORGE BLOCK #/) ;
 };

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/debian/changelog
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/debian/changelog	2011-02-24 14:37:34 UTC (rev 7276)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/debian/changelog	2011-02-24 14:37:36 UTC (rev 7277)
@@ -1,4 +1,4 @@
-sourceforge (2.5-10+9) unstable; urgency=low
+sourceforge (2.5-10+10) unstable; urgency=low
 
   * Fixed /etc/aliases entry for sourceforge user.  Really, this time.
   * Fixed Trove software map (closes: #108297).
@@ -23,7 +23,7 @@
   * [Christian] Added SF_robot and Replicator entry in sql2ldif script.
   * [Christian] Made ldap_add_password template var work.
 
- -- Roland Mas <lolando at debian.org>  Wed,  5 Sep 2001 09:37:41 +0200
+ -- Roland Mas <lolando at debian.org>  Fri,  7 Sep 2001 18:03:15 +0200
 
 sourceforge (2.5-10) unstable; urgency=low
 

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/debian/sourceforge.postinst
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/debian/sourceforge.postinst	2011-02-24 14:37:34 UTC (rev 7276)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/debian/sourceforge.postinst	2011-02-24 14:37:36 UTC (rev 7277)
@@ -183,7 +183,7 @@
 	    /usr/lib/sourceforge/bin/install-ssh.sh
 
             # Setup our mail forwarding
-	    # /usr/lib/sourceforge/bin/install-exim.sh configure # Not ready yet
+	    /usr/lib/sourceforge/bin/install-exim.sh configure # Not ready yet
 
 	    # Setup our CVS
 	    # Making user group and cvs update from database 

Modified: trunk/gforge_base/evolvisforge-5.1/gforge/debian/sourceforge.prerm
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/debian/sourceforge.prerm	2011-02-24 14:37:34 UTC (rev 7276)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/debian/sourceforge.prerm	2011-02-24 14:37:36 UTC (rev 7277)
@@ -46,7 +46,7 @@
 	/usr/lib/sourceforge/bin/install-dns.sh purge
 
         # Exim config removal
-	# /usr/lib/sourceforge/bin/install-exim.sh purge # Not ready yet
+	/usr/lib/sourceforge/bin/install-exim.sh purge # Not ready yet
 
         # SSH config removal
 	/usr/lib/sourceforge/bin/install-ssh.sh purge



More information about the evolvis-commits mailing list