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

Jo Shields directhex at apebox.org
Mon Aug 9 01:16:23 UTC 2010


The following commit has been merged in the master-experimental branch:
commit 5df418d39654c5a228d63c653622a7d3613847a8
Author: Jo Shields <directhex at apebox.org>
Date:   Mon Aug 9 01:44:10 2010 +0100

    Add missing reference to $remote_fs in init script requires

diff --git a/debian/changelog b/debian/changelog
index 3b10cae..c24f91c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,9 @@ xsp (2.6.5-1) UNRELEASED; urgency=low
   * debian/control:
     + Update Vcs-* fields for Git
     + Bump Standards to version 3.9.1
+  * debian/mono-xsp1.init,
+    debian/mono-xsp2.init:
+    + Add missing Requires on $remote_fs to init script
 
  -- Jo Shields <directhex at apebox.org>  Sat, 07 Aug 2010 20:36:51 +0100
 
diff --git a/debian/mono-xsp1.init b/debian/mono-xsp1.init
index e314b2e..47b3edd 100755
--- a/debian/mono-xsp1.init
+++ b/debian/mono-xsp1.init
@@ -1,8 +1,8 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides:          mono-xsp
-# Required-Start:    
-# Required-Stop: 
+# Required-Start:    $remote_fs
+# Required-Stop:     $remote_fs
 # Should-Start:      
 # Should-Stop:
 # Default-Start:     2 3 4 5
diff --git a/debian/mono-xsp2.init b/debian/mono-xsp2.init
index 8dd3b57..1c42f49 100755
--- a/debian/mono-xsp2.init
+++ b/debian/mono-xsp2.init
@@ -1,8 +1,8 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides:          mono-xsp2
-# Required-Start:    
-# Required-Stop: 
+# Required-Start:    $remote_fs
+# Required-Stop:     $remote_fs
 # Should-Start:      
 # Should-Stop:
 # Default-Start:     2 3 4 5

-- 
xsp



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