[evolvis-commits] r7787: Now configures domain_name ip_address cvs_host download_host lists_host↵

mirabilos at evolvis.org mirabilos at evolvis.org
Thu Feb 24 15:49:18 CET 2011


Author: mirabilos
Date: 2011-02-24 15:49:18 +0100 (Thu, 24 Feb 2011)
New Revision: 7787

Modified:
   trunk/gforge_base/evolvisforge-5.1/gforge/debian/sourceforge-web-apache.postinst.dsfh-in
Log:
Now configures domain_name ip_address cvs_host download_host lists_host


Modified: trunk/gforge_base/evolvisforge-5.1/gforge/debian/sourceforge-web-apache.postinst.dsfh-in
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/gforge/debian/sourceforge-web-apache.postinst.dsfh-in	2011-02-24 14:49:17 UTC (rev 7786)
+++ trunk/gforge_base/evolvisforge-5.1/gforge/debian/sourceforge-web-apache.postinst.dsfh-in	2011-02-24 14:49:18 UTC (rev 7787)
@@ -26,8 +26,14 @@
 . /usr/share/debconf/confmodule
 
 #DSFHELPER:replace-files#
+#DSFHELPER:handle-mainconffile#
 case "$1" in
     configure)
+    	# Get some essential vars
+	vars="domain_name ip_address cvs_host download_host lists_host"
+	update_mainconffile $vars
+	/usr/sbin/sourceforge-config
+
         # Patch Apache configuration files
 	/usr/lib/sourceforge/bin/install-apache.sh configure-files
 	[ -e /etc/apache/httpd.conf ] && propose_update_install /etc/apache/httpd.conf



More information about the evolvis-commits mailing list