]> 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:01:34 +0000 (17:01 -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 5dedca769622332826861b7a103723eecdb4de1c..816a201b8083bb69184b92575fb71c34e8642f29 100644 (file)
@@ -1,5 +1,8 @@
 openafs (1.4.12.1+dfsg-4) UNRELEASED; urgency=low
 
+  * 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)
   * Use dpkg --print-architecture, not --print-installation-architecture,
     in the openafs-fileserver config script.  The latter is deprecated.
     Thanks, Peter Palfrader.  (Closes: #594488)
index 02de249b56e01a930331d9bcf8f18996272e211d..6954e527164c89655d0f515d8438bf62b67beb31 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