]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Declare dependency between openafs-client and openafs-fileserver inits
authorRuss Allbery <rra@debian.org>
Thu, 31 Mar 2011 21:08:43 +0000 (14:08 -0700)
committerRuss Allbery <rra@debian.org>
Thu, 31 Mar 2011 21:08:43 +0000 (14:08 -0700)
* Declare optional dependencies in the openafs-client init script on
  openafs-fileserver so that, if the same host is running both a
  fileserver and a client, the fileserver starts before and stops after
  the client.

debian/changelog
debian/openafs-client.init

index a3d8823c217298b5a7ddc95d6a4f3d62e2d459d3..67aa32fe6188e0c33cacb287779e6ce922d1a675 100644 (file)
@@ -1,3 +1,12 @@
+openafs (1.6.0~pre3-2) UNRELEASED; urgency=low
+
+  * Declare optional dependencies in the openafs-client init script on
+    openafs-fileserver so that, if the same host is running both a
+    fileserver and a client, the fileserver starts before and stops after
+    the client.
+
+ -- Russ Allbery <rra@debian.org>  Thu, 31 Mar 2011 14:04:35 -0700
+
 openafs (1.6.0~pre3-1) experimental; urgency=low
 
   * New upstream prerelease.
index bdc11ce00386e630ae5cd5a9d51f6b80407b3c52..f91529bb8ead43bc0d85fd5d679bae47c5091483 100755 (executable)
@@ -3,7 +3,8 @@
 # Provides:             openafs-client
 # Required-Start:       $remote_fs $network $time
 # Required-Stop:        $remote_fs $network
-# Should-Start:         $syslog $named
+# Should-Start:         $syslog $named openafs-fileserver
+# Should-Stop:          openafs-fileserver
 # X-Stop-After:         autofs
 # Default-Start:        2 3 4 5
 # Default-Stop:         0 1 6