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

Pablo Fischer pabl0-guest@quantz.debian.org
Thu, 19 Feb 2004 07:10:00 +0100


Author: pabl0-guest
Date: 2004-02-19 07:09:59 +0100 (Thu, 19 Feb 2004)
New Revision: 310

Modified:
   xsp-snapshot/trunk/debian/official/asp.net-examples.postinst
Log:
Removed the damn echos (to catch bugs)


Modified: xsp-snapshot/trunk/debian/official/asp.net-examples.postinst
===================================================================
--- xsp-snapshot/trunk/debian/official/asp.net-examples.postinst	2004-02-19 06:08:37 UTC (rev 309)
+++ xsp-snapshot/trunk/debian/official/asp.net-examples.postinst	2004-02-19 06:09:59 UTC (rev 310)
@@ -1,8 +1,8 @@
 #!/bin/sh -e
 
 if [ -x /usr/bin/xsp.exe -a -d /etc/xsp ]; then
+    wehaveit=`grep -x '/samples:/usr/share/asp.net-demos/asp' /etc/xsp/virtual.conf  | wc -l`
     #We don't have already the virtual host?
-    wehaveit=`grep -x '/samples:/usr/share/asp.net-demos/asp' /etc/xsp/virtual.conf  | wc -l`
     if [ $wehaveit = "0" ]; then
 	echo "Updating Root Servers..."
 	echo "/samples:/usr/share/asp.net-demos/asp" >> /etc/xsp/virtual.conf