]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Add $named to Should-Start for openafs-client
authorRuss Allbery <rra@debian.org>
Thu, 23 Dec 2010 01:01:34 +0000 (17:01 -0800)
committerRuss Allbery <rra@debian.org>
Thu, 23 Dec 2010 01:06:42 +0000 (17:06 -0800)
* Add $named to Should-Start in the openafs-client init script since the
  client may do DNS lookups for the VLDB and file servers during startup
  in some situations.  (Closes: #586226)

debian/changelog
debian/openafs-client.init

index b6eda6cc8ce6cea2e3ae537c7ad12788eb388387..869c667c9a9c1270c78538fa6ae15988bb8fa66f 100644 (file)
@@ -3,6 +3,9 @@ openafs (1.5.77-3) UNRELEASED; urgency=low
   * In the openafs-client init script, don't attempt to stop or restart
     the AFS client if module loading is disabled.  Stopping afsd without
     unloading the module would leave the system in an inconsistent state.
+  * Add $named to Should-Start in the openafs-client init script since the
+    client may do DNS lookups for the VLDB and file servers during startup
+    in some situations.  (Closes: #586226)
 
  -- Russ Allbery <rra@debian.org>  Tue, 02 Nov 2010 10:15:15 -0700
 
index 40e5b91c8c85f2632fb457fbe2a41cf4891cac33..af3ee644db44f5d98c047f7c8a335e6ce3d6eca1 100755 (executable)
@@ -3,7 +3,7 @@
 # Provides:             openafs-client
 # Required-Start:       $remote_fs $network $time
 # Required-Stop:        $remote_fs $network
-# Should-Start:         $syslog
+# Should-Start:         $syslog $named
 # X-Stop-After:         autofs
 # Default-Start:        2 3 4 5
 # Default-Stop:         0 1 6