[Pkg-mono-svn-commits] [SCM] xsp branch, master-experimental, updated. debian/2.6.5-2

Jo Shields directhex at apebox.org
Sat Aug 28 13:51:38 UTC 2010


The following commit has been merged in the master-experimental branch:
commit d164e8c5f61df286115358ffa0dc722bb1ff3e4f
Author: Jo Shields <directhex at apebox.org>
Date:   Sat Aug 28 13:38:31 2010 +0100

    If /var/run/mono-xspX is missing, don't die in postinst

diff --git a/debian/changelog b/debian/changelog
index dc7c785..e6d591b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xsp (2.6.5-2) UNRELEASED; urgency=low
+
+  * debian/mono-xsp1.postinst,
+    debian/mono-xsp2.postinst:
+    + If /var/run/mono-xspX is missing, then don't die in postinst
+
+ -- Jo Shields <directhex at apebox.org>  Sat, 28 Aug 2010 13:37:10 +0100
+
 xsp (2.6.5-1) experimental; urgency=low
 
   * New upstream release
diff --git a/debian/mono-xsp1.postinst b/debian/mono-xsp1.postinst
index 1cf9350..a164dec 100644
--- a/debian/mono-xsp1.postinst
+++ b/debian/mono-xsp1.postinst
@@ -81,10 +81,6 @@ case "$1" in
 	    update_bind
 	fi
 
-	# chmod the working directories
-	if [ -f /var/run/$NAME.pid ]; then
-	    chown -R www-data:www-data /var/run/mono-xsp1
-	fi
 	mono-xsp-update
 	if [ "$RET" = "true" ]; then
 	    if should_start -a $autostart = "true" ; then
diff --git a/debian/mono-xsp2.postinst b/debian/mono-xsp2.postinst
index f8b2d90..c7097c4 100644
--- a/debian/mono-xsp2.postinst
+++ b/debian/mono-xsp2.postinst
@@ -80,10 +80,6 @@ case "$1" in
 	    update_bind
 	fi
 
-	# chmod the working directories
-	if [ -f /var/run/$NAME.pid ]; then
-	    chown -R www-data:www-data /var/run/mono-xsp2
-	fi
 	mono-xsp2-update
 	if [ "$RET" = "true" ]; then
 	    if should_start -a $autostart = "true" ; then

-- 
xsp



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