* 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)
* 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
# 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