]> 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 01:59:26 +0000 (17:59 -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 02295f2f22d7d684245d1cbcdcfd65d3674a3ffa..fdbb3669dbe4205113919f9709536a17b538184f 100644 (file)
@@ -28,6 +28,9 @@ openafs (1.5.69+dfsg-1) UNRELEASED; urgency=low
   * Upstream now installs afszcm.cat and finds it in /usr/share/openafs/C,
     so use the version installed via make install and install it in the
     same location.
+  * 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