[Pkg-mono-svn-commits] rev 439 - xsp-snapshot/trunk/debian/official

Pablo Fischer pabl0-guest@haydn.debian.org
Tue, 16 Mar 2004 11:13:25 -0700


Author: pabl0-guest
Date: 2004-03-16 11:13:19 -0700 (Tue, 16 Mar 2004)
New Revision: 439

Modified:
   xsp-snapshot/trunk/debian/official/mono-server.postinst
   xsp-snapshot/trunk/debian/official/mono-xsp.postinst
Log:
+ Uncommented the rule that check if mono-serve (or mono-xsp) should be started
inmediatly



Modified: xsp-snapshot/trunk/debian/official/mono-server.postinst
===================================================================
--- xsp-snapshot/trunk/debian/official/mono-server.postinst	2004-03-16 03:53:20 UTC (rev 438)
+++ xsp-snapshot/trunk/debian/official/mono-server.postinst	2004-03-16 18:13:19 UTC (rev 439)
@@ -30,9 +30,9 @@
 	fi
 	mono-server-update.conf
 	
-#	if [ "$RET" = "true" ]; then
-#	    /etc/init.d/mono-server start
-#	fi
+	if [ "$RET" = "true" ]; then
+	    /etc/init.d/mono-server start
+	fi
 	;;
     
     abort-upgrade|abort-remove|abort-deconfigure)

Modified: xsp-snapshot/trunk/debian/official/mono-xsp.postinst
===================================================================
--- xsp-snapshot/trunk/debian/official/mono-xsp.postinst	2004-03-16 03:53:20 UTC (rev 438)
+++ xsp-snapshot/trunk/debian/official/mono-xsp.postinst	2004-03-16 18:13:19 UTC (rev 439)
@@ -55,9 +55,9 @@
 	fi
 
 	mono-xsp-update.conf
-#	if [ "$RET" = "true" ]; then
-#	    /etc/init.d/mono-xsp start
-#	fi
+	if [ "$RET" = "true" ]; then
+	    /etc/init.d/mono-xsp start
+	fi
 	;;
     
     abort-upgrade|abort-remove|abort-deconfigure)