[Pkg-mono-svn-commits] [SCM] mod-mono branch, master, updated. debian/2.6.3-4-15-gc9047b3

Jo Shields directhex at apebox.org
Sun Mar 20 23:18:24 UTC 2011


The following commit has been merged in the master branch:
commit 37d465facd3e7409a0587cf9f64cac0834ce3a7e
Author: Jo Shields <directhex at apebox.org>
Date:   Sun Mar 20 23:05:34 2011 +0000

    Update config script to 2.0/4.0 versions of ASP.NET backend

diff --git a/debian/libapache2-mod-mono.config b/debian/libapache2-mod-mono.config
index 3c24711..6d68bcb 100644
--- a/debian/libapache2-mod-mono.config
+++ b/debian/libapache2-mod-mono.config
@@ -10,15 +10,15 @@ tempfile=`/bin/tempfile`
 # Figure out which module we want to connect to
 USE_MONO_SERVER=none
 
-if [ -x /usr/bin/mod-mono-server ]; then
-    USE_MONO_SERVER=mod-mono-server1
+if [ -x /usr/bin/mod-mono-server2 ]; then
+    USE_MONO_SERVER=mod-mono-server2
 fi
 
-if [ -x /usr/bin/mod-mono-server2 ]; then
-    if [ -x /usr/bin/mod-mono-server1 ]; then
+if [ -x /usr/bin/mod-mono-server4 ]; then
+    if [ -x /usr/bin/mod-mono-server2 ]; then
 	USE_MONO_SERVER=ask
     else
-	USE_MONO_SERVER=mod-mono-server2
+	USE_MONO_SERVER=mod-mono-server4
     fi
 fi
 
@@ -59,7 +59,7 @@ fi
 case "$USE_MONO_SERVER" in
     none)
 	# Can't find anything
-	echo "Either mono-apache-server1 or mono-apache-server2 needs "
+	echo "Either mono-apache-server2 or mono-apache-server4 needs "
 	echo "to be installed."
 	exit 1
 	;;

-- 
mod-mono



More information about the Pkg-mono-svn-commits mailing list