]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Require $remote_fs be started before us
authorRuss Allbery <rra@debian.org>
Wed, 20 Jan 2010 01:59:26 +0000 (17:59 -0800)
committerRuss Allbery <rra@debian.org>
Wed, 20 Jan 2010 04:28:11 +0000 (20:28 -0800)
* Update init script to require $remote_fs be started first.  This won't
  be the case in the long run, but for now some important boot-time
  options need /usr/bin/fs to set them.

debian/changelog
debian/openafs-client.init

index 1cc0f7971baa86722e0afffaab4d1a668015fa5c..d58b0a6dc049f1012ad874c21a8af16942bb0ba2 100644 (file)
@@ -1,5 +1,8 @@
 openafs (1.4.11+dfsg-7) UNRELEASED; urgency=low
 
+  * Update init script to require $remote_fs be started first.  This won't
+    be the case in the long run, but for now some important boot-time
+    options need /usr/bin/fs to set them.
   * Update CellServDB to the new 2009-06-29 version.
   * Add README.source explaining maintenance procedures and a
     debian/import-upstream script to do a Git-aware merge of a new
index b65ee77bbc59c558c4cc407737aa877e03f086cb..6993385fcd03d30f6e85cb292e1ca118d68c62bc 100755 (executable)
@@ -1,9 +1,8 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides:             openafs-client
-# Required-Start:       $network $time
-# Required-Stop:        $local_fs $remote_fs $network
-# Should-Start:         $local_fs $remote_fs
+# Required-Start:       $remote_fs $network $time
+# Required-Stop:        $network
 # X-Stop-After:         autofs
 # Default-Start:        2 3 4 5
 # Default-Stop:         0 1 6