[Pkg-mono-svn-commits] rev 1501 - xsp/trunk/debian

Pablo Fischer pabl0-guest@haydn.debian.org
Sun, 12 Dec 2004 21:09:21 -0700


Author: pabl0-guest
Date: 2004-12-12 21:09:08 -0700 (Sun, 12 Dec 2004)
New Revision: 1501

Modified:
   xsp/trunk/debian/changelog
   xsp/trunk/debian/mono-server-update.conf
Log:
And at the end the last bug was not a bug.. it was my error :-(.

I need to get away from drugs


Modified: xsp/trunk/debian/changelog
===================================================================
--- xsp/trunk/debian/changelog	2004-12-12 18:02:27 UTC (rev 1500)
+++ xsp/trunk/debian/changelog	2004-12-13 04:09:08 UTC (rev 1501)
@@ -1,8 +1,7 @@
-xsp (1.0.4-0pre2) unstable; urgency=low
+xsp (1.0.4-0pre1) unstable; urgency=low
 
   * NEW upstream release
   * Pablo Fischer
-    + Apache was not doing a successful restart
     + xsp should create his own chroot (SHARED_DIR) (closes: #259163)
     + update-mono-server.conf is a symlink of mono-server-update.conf, 
       but the package name will be the same (closes: #263954)

Modified: xsp/trunk/debian/mono-server-update.conf
===================================================================
--- xsp/trunk/debian/mono-server-update.conf	2004-12-12 18:02:27 UTC (rev 1500)
+++ xsp/trunk/debian/mono-server-update.conf	2004-12-13 04:09:08 UTC (rev 1501)
@@ -96,18 +96,12 @@
     #Equal?
     if(("$new_md5" ne "$orig_md5") && ($restart eq "yes")) {
 	if(( -f $daemon ) && ( -f $daemon_pid )) {
-	    system("apachectl stop");
-	    system("apachectl start");
-
-#	    system("$daemon reload");
-#	    system("$daemon restart");
+	    system("$daemon reload");
+	    system("$daemon restart");
 	}
 	if(( -f $daemon2 ) && ( -f $daemon2_pid )) {
-	    system("apache2ctl stop");
-	    system("apache2ctl start");
-
-#	    system("$daemon2 reload");
-#	    system("$daemon2 restart");
+	    system("$daemon2 reload");
+	    system("$daemon2 restart");
 	}
     }
 }