[Pkg-mono-svn-commits] rev 828 - xsp/trunk/debian
Pablo Fischer
pabl0-guest@haydn.debian.org
Tue, 25 May 2004 09:50:07 -0600
Author: pabl0-guest
Date: 2004-05-25 09:50:04 -0600 (Tue, 25 May 2004)
New Revision: 828
Modified:
xsp/trunk/debian/mono-server-update.conf
Log:
Uncommented the apache restart line, I commented to test the new
features.
Modified: xsp/trunk/debian/mono-server-update.conf
===================================================================
--- xsp/trunk/debian/mono-server-update.conf 2004-05-25 15:47:35 UTC (rev 827)
+++ xsp/trunk/debian/mono-server-update.conf 2004-05-25 15:50:04 UTC (rev 828)
@@ -68,7 +68,7 @@
#Equal?
if(("$new_md5" ne "$orig_md5") && ($restart eq "yes")) {
if(( -f $daemon ) && ( -f $daemon_pid )) {
-# system("$daemon restart");
+ system("$daemon restart");
}
}
}